Ignore:
Timestamp:
Aug 21, 2008, 3:14:03 AM (16 years ago)
Author:
rvelices
Message:
  • tried to reduce the number of css rules and selectors (most gains on menubar and usercomments) tested with IE6,IE7,FF,Opera9,Safari3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/picture.css

    r2479 r2480  
    4747#theImage {
    4848    clear: left;
     49    text-align: center;
    4950}
    5051
    5152#theImage>IMG {
    52     display: block;
    53     margin: 0 auto;
    54 }
    55 
    56 #theImage IMG {
    57   border-width: 3px;
    58   border-style: solid;
     53        display: block;
     54        margin: 0 auto;
     55        border: none;
    5956}
    6057
     
    7774}
    7875
    79 TABLE.infoTable .value {
    80     text-align: left;
    81 }
    82 
    8376TABLE.infoTable .label {
    84     font-weight: bold;
    85     text-align: right;
    86     padding-right: 0.5em;
     77        font-weight: bold;
     78        text-align: right;
     79        padding-right: 0.5em;
    8780}
    8881
    8982TABLE.infoTable TD.value UL {
    90   margin: 0;
    91   padding: 0 0 0 1.5em;
    92   list-style-type: square;
     83        margin: 0;
     84        padding: 0 0 0 1.5em;
     85        list-style-type: square;
    9386}
    9487
     
    115108}
    116109
    117 #comments {
    118   text-align: left;
    119 }
    120 
    121 #comments .comment {
    122   margin: 1em 0;
    123 }
    124 
    125 #comments P {
    126   margin: 0 0.5em 0 1em;
    127 }
    128 
    129 #comments .author {
    130   font-weight: bold;
    131 }
    132 
    133 #thePicturePage #comments BLOCKQUOTE {
    134   margin: 0.5em 1em 1em 4em;
    135 }
    136 
    137 #comments P.userCommentDelete {
    138   float: right;
    139   margin: 0 0.5em 0 0;
    140 }
Note: See TracChangeset for help on using the changeset viewer.