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/not-ie.css

    r2352 r2480  
    88  -webkit-border-radius: 4px; /* Safari webkit project */
    99}
    10 .content DIV#comments {
    11   padding-left: 5px;
    12   padding-right: 5px;
    13   -moz-box-sizing: padding-box !important;
    14 }
    15 FORM#quickconnect LABEL {
    16   margin:0;
    17   width: 100%;
    18  -moz-box-sizing: padding-box !important;
    19   box-sizing: border-box; /* CSS3 */
    20 }
    2110ul.tabsheet li {
    2211  -moz-border-radius: 6px 6px 0px 0px;  /* round corners with Geko */
Note: See TracChangeset for help on using the changeset viewer.