Ignore:
Timestamp:
Mar 14, 2012, 2:54:29 PM (12 years ago)
Author:
plg
Message:

import theme Simple version 2.5.4

  • improve media-queries for small resolutions
  • limit width of descriptions - combine files
  • bugfix for the admin option
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/simple_themes/simple/content.css

    r13557 r13559  
    479479    margin: 1em;
    480480  }
    481 }
    482 
     481  .thumbnailCategories li {
     482    width: 45%;
     483  }
     484}
     485
     486@media only screen and (max-width: 520px) {
     487  .thumbnailCategories li {
     488    width: 95%;
     489  }
     490}
Note: See TracChangeset for help on using the changeset viewer.