diff options
author | vdigital <vdigital@piwigo.org> | 2008-12-08 19:31:11 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-12-08 19:31:11 +0000 |
commit | 407ca3db9ab4dbbd9084311a75a61c257f8ebbde (patch) | |
tree | a162b1aa84151fd067dde4893672ae511b5147b0 | |
parent | f9e5f5f6a93da20b47ebadce1d30fa6b269bb7ba (diff) |
- space between each tab should equivalent to one bullet
merge -c2955 from branch 2.0 to trunk
git-svn-id: http://piwigo.org/svn/trunk@2956 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index c16a3d49b..af6de28ba 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -95,7 +95,7 @@ font-family:verdana,arial,helvetica,sans-serif; font-size:8px; line-height:14px; list-style-image:none; padding: 0; position:relative; text-decoration:none; top:-2px; white-space:nowrap; margin: 0 28px 0 0;} .tabsheet li { background:transparent url(images/inactive_tab.png) no-repeat scroll left 0; -float:left; margin:0 2px 0 5px; overflow:hidden; text-align:right; } +float:left; margin:0 2px 0 0; 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; border:0; |