diff options
author | vdigital <vdigital@piwigo.org> | 2007-01-10 18:43:44 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-01-10 18:43:44 +0000 |
commit | 6e6e9615c75bdbe5a3a118625f43411cd8542801 (patch) | |
tree | 2ada0c17962972cba1c7335e12cf081d9471f56a /template/yoga/default-layout.css | |
parent | 9c64437bef07344f68182caf27693d6ccd47e0d6 (diff) |
Bug 615 : (Draft version to solve it) obtain a better display related to new categories within category management.
Languages have to be modified, and maybe a test has to be included but it already works like this.
git-svn-id: http://piwigo.org/svn/trunk@1708 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/default-layout.css')
-rw-r--r-- | template/yoga/default-layout.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index d246e32b8..b7fba4f2d 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -26,7 +26,12 @@ H2 { text-align: left; font-size: 120%; } - +H5 { + margin: 0; + padding: 0 1.5em 0 30%; + text-align: right; + font-size: 90%; +} A { text-decoration:none; border-bottom: 1px dotted #005e89; |