diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-25 08:24:34 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-25 08:24:34 +0000 |
commit | c2e3917fa6bd1286a4ca11ee18a3039e0799cbf6 (patch) | |
tree | a4295e1f90b560ac047311e16876a369fdde9122 | |
parent | 632e77e27e73f4531179a64fd55813e1f84b5466 (diff) |
Merging revision 2804
Minor: capitalization is limited to first-letter.
git-svn-id: http://piwigo.org/svn/trunk@2805 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 33afcdfee..d44dce4bc 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -97,9 +97,10 @@ top:-2px; white-space:nowrap; margin: 0 28px 0 0;} float:left; margin:0 2px 0 5px; overflow:hidden; text-align:right; } .tabsheet a { background:transparent url(images/inactive_tab2.png) no-repeat scroll right 0px; -color:#666; display:block; font-size:11px; text-transform:capitalize; border:0; +color:#666; display:block; font-size:11px; border:0; font-weight:bold; height:18px; overflow:hidden; padding:8px 7px 5px 18px; line-height: 18px; text-align:right; text-decoration:none; margin: 0; } +.tabsheet a:first-letter { text-transform:capitalize; } .tabsheet li:hover, .tabsheet li.selected_tab { background:transparent url(images/active_tab.png) no-repeat scroll left 0px; } .tabsheet a:hover, .tabsheet li.selected_tab a { color: #F36; |