diff options
author | vdigital <vdigital@piwigo.org> | 2008-07-02 06:40:13 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-07-02 06:40:13 +0000 |
commit | 9792ec308ba8eea81550f58a883d606bbe69e777 (patch) | |
tree | 51a5183c733760dcff077002486e599e28f7057d /plugins/admin_advices | |
parent | 644f8ee621549ce1a60f3e1e0dbff83eab8e0c87 (diff) |
Reversed logic for backgrounds
$tabsheet transfer: general use available in admin.tpl
Some CSS admin simplications
git-svn-id: http://piwigo.org/svn/trunk@2415 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/admin_advices')
-rw-r--r-- | plugins/admin_advices/default-layout.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/admin_advices/default-layout.css b/plugins/admin_advices/default-layout.css index 99ffd9187..bf110eb1b 100644 --- a/plugins/admin_advices/default-layout.css +++ b/plugins/admin_advices/default-layout.css @@ -7,11 +7,11 @@ font-weight: bold; padding-left: 2em; } -.content h3 { +/*.content h3 { text-align: left; padding-left: 3em; font-size: 120%; -} +}*/ .content table tr td { text-align: left; padding-left: 2em; |