Ignore:
Timestamp:
Jul 17, 2012, 11:42:12 AM (12 years ago)
Author:
flop25
Message:

bug:2688
changing the padding
adding a prefilter to a height for .thumbnailCategory .description .text
adding rounded border

File:
1 edited

Legend:

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

    r14610 r16799  
    201201        display: block;
    202202        margin: 0;
    203         padding:20px 0 0 8px;
     203        padding: 15px 4px 0;
    204204  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;
    205210}
    206211.thumbnailCategory .description {
     
    208213        margin: 0;
    209214        padding:15px 10px 3px 0;
    210         overflow-x: hidden !important;
     215        overflow: hidden !important;
    211216  height:158px;
    212217}
Note: See TracChangeset for help on using the changeset viewer.