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

import theme Simple version 2.4.3

  • add a #Tags id for tags list, for the user tags plugin
  • use inline-block instead of float left for thumbnails ans categories
  • print css: re-enable it in the header + improve it
  • update README + add debugging mode in themeconf
  • language strings
  • new script to tag a new version and generate a zip archive
File:
1 edited

Legend:

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

    r13552 r13554  
    193193  margin: 0;
    194194  padding: 0;
    195   float: left;
     195  display: inline-block;
    196196  width: 200px;
    197197  height: 200px;
     
    216216
    217217.thumbnailCategories li {
    218   float: left;
     218  display: inline-block;
    219219  height: 160px;
    220220  overflow: hidden;
     
    225225.illustration {
    226226  float: left;
    227   margin: 0.2em;
    228227  width: 150px;
    229228}
Note: See TracChangeset for help on using the changeset viewer.