aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-25 08:05:29 +0000
committervdigital <vdigital@piwigo.org>2008-10-25 08:05:29 +0000
commit359bbc67753ce5a5eb44179874227246c701a9d3 (patch)
treeb663e4bd0dc9b2e7b95e5e2e895a6d3c814b2e45
parent1523ece68896378612e8bfbb9a6539c593a85d57 (diff)
Minor: capitalization is limited to first-letter.
git-svn-id: http://piwigo.org/svn/branches/2.0@2804 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/template/goto/theme/roma/theme.css3
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;