Changeset 2108 for trunk/template/yoga


Ignore:
Timestamp:
Sep 28, 2007, 4:22:57 AM (17 years ago)
Author:
rvelices
Message:
  • remove unused css for IE7
  • fix admin view plugin (due to a recent change elsewhere)
  • remove an echo from admin/stats.php
Location:
trunk/template/yoga
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/fix-ie7.css

    r1912 r2108  
    2020  margin-top: 2%;
    2121}
    22 #content UL.thumbnails SPAN.wrap2 {
    23   border-radius: 8px;
    24 }
    25 .tabsheet li {
    26   border-radius: 12px 12px 0px 0px;     /* round corners with CSS3 compliant browsers */
    27 }
    28 ul.tabsheet {
    29   padding: 0px 0em 1.98em 6em;
    30   border-bottom: 1px solid #fff;
    31   border-top: 0px;
    32 }
     22
  • trunk/template/yoga/not-ie.css

    r1900 r2108  
    2020}
    2121ul.tabsheet li {
    22   -moz-border-radius: 6px 6px 0px 0px;  /* round corners with CSS3 compliant browsers */
     22  -moz-border-radius: 6px 6px 0px 0px;  /* round corners with Geko */
    2323  -webkit-border-radius: 6px 6px 0px 0px; /* Safari webkit project */
    2424}
Note: See TracChangeset for help on using the changeset viewer.