aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-12-07 09:13:34 +0000
committervdigital <vdigital@piwigo.org>2008-12-07 09:13:34 +0000
commitaf69c81f4a96a4a335d4fe3b29ca25733ff8e4b5 (patch)
tree752c940d99667cd6633afcd99dc36f399618f059 /admin
parent0ebc2be956d2414bc35a37ebba0caf4ed9ba9c59 (diff)
- title "Subscribe" and "Unsubscribe" should centered (no right aligned)
merge -c2935 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2936 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/theme/roma/theme.css2
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 865e89283..b40f4ef27 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -36,7 +36,7 @@ h3, #imageToolBar a:hover, .row2, .content { background-color: #222; }
#content { background: #222 url(images/fillet.png) repeat-x top left; min-height: 466px; margin-top: 9px; }
.content { padding:5px 5px 5px 5px; margin: 0 10px 0 248px; z-index:99; }
.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
- text-align:right; background:none; border: 0; }
+ text-align:center; background:none; border: 0; }
.content h3 ~ h3{ margin-top: 40px; }
.content h4 { font-size:14px; text-align:left; padding:3px; margin: 2px;}
/*.content h2:before, .content h2:after, */