Changeset 1875


Ignore:
Timestamp:
Mar 7, 2007, 7:25:14 AM (17 years ago)
Author:
vdigital
Message:

Minor: p0w0 tabsheet quick review.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/p0w0/theme.css

    r1874 r1875  
    278278* { outline: none; }
    279279
     280.tabsheet { border-bottom: 1px solid #369; }
    280281.tabsheet li {
    281282  background: #369;
    282283  color: white;
    283284  border: 1px solid #fff;
     285  border-radius: 6px 6px 0px 0px;       /* round corners with CSS3 compliant browsers */
     286  -moz-border-radius: 6px 6px 0px 0px;  /* round corners with CSS3 compliant browsers */
     287  padding: 5px 4em 2px 4em;
    284288}
    285289
Note: See TracChangeset for help on using the changeset viewer.