Ignore:
Timestamp:
Jul 17, 2012, 3:47:31 PM (12 years ago)
Author:
flop25
Message:

bug:2688
changing padding margin...
+10 px for .thumbnailCategory .description using a prefilter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/Sylvia/theme.css

    r16799 r16800  
    195195.thumbnailCategory .illustration {
    196196        background:transparent url(images/cat_top-left.gif) no-repeat scroll left top;
    197         padding: 0 0 0 10px;
    198         margin: 0 !important;
     197        padding: 0 5px 0 10px;
     198        margin: 0 !important;
     199  text-align: center;
    199200}
    200201.thumbnailCategory .illustration a {
    201202        display: block;
    202         margin: 0;
    203         padding: 15px 4px 0;
     203  margin: 0 auto;
     204  padding: 20px 4px 0;
    204205  border:0;
    205 }
    206 .thumbnailCategory .illustration img {
    207   border-radius: 0 10px 0 10px;
    208   -moz-border-radius: 0 10px 0 10px;
    209   -webkit-border-radius: 0 10px 0 10px;
    210206}
    211207.thumbnailCategory .description {
Note: See TracChangeset for help on using the changeset viewer.