From 8eeb953b6b6c34d4e1bcceec7f6f47e9e87b39fa Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 7 Dec 2008 09:09:32 +0000 Subject: - title "Subscribe" and "Unsubscribe" should centered (no right aligned) with select area git-svn-id: http://piwigo.org/svn/branches/2.0@2935 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, */ -- cgit v1.2.3