Changeset 2805


Ignore:
Timestamp:
Oct 25, 2008, 10:24:34 AM (16 years ago)
Author:
vdigital
Message:

Merging revision 2804
Minor: capitalization is limited to first-letter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/theme/roma/theme.css

    r2761 r2805  
    9898.tabsheet a {
    9999background:transparent url(images/inactive_tab2.png) no-repeat scroll right 0px;
    100 color:#666; display:block; font-size:11px; text-transform:capitalize; border:0;
     100color:#666; display:block; font-size:11px; border:0;
    101101font-weight:bold; height:18px; overflow:hidden; padding:8px 7px 5px 18px; line-height: 18px;
    102102text-align:right; text-decoration:none; margin: 0; }
     103.tabsheet a:first-letter { text-transform:capitalize; }
    103104.tabsheet li:hover, .tabsheet li.selected_tab  {
    104105background:transparent url(images/active_tab.png) no-repeat scroll left 0px; }
Note: See TracChangeset for help on using the changeset viewer.