From c2e3917fa6bd1286a4ca11ee18a3039e0799cbf6 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sat, 25 Oct 2008 08:24:34 +0000 Subject: Merging revision 2804 Minor: capitalization is limited to first-letter. git-svn-id: http://piwigo.org/svn/trunk@2805 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'admin/template/goto/theme') 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; -- cgit v1.2.3