diff options
author | gweltas <gweltas@piwigo.org> | 2004-11-25 16:44:41 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-11-25 16:44:41 +0000 |
commit | 8f97f21eb2025c563cf7d8a56adb0193f3dc5eab (patch) | |
tree | 2575b7c11e92a4eb304b274ec9a597a67caa176e /template/default/default.css | |
parent | 2c109654aac3eda8b98afb8b69b05f921091744d (diff) |
Categories option management update.
- Rewrite of the tpl file (no more table in it)
- Deletion of duplicate entry in language files
- French version
git-svn-id: http://piwigo.org/svn/trunk@622 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/default.css')
-rw-r--r-- | template/default/default.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/template/default/default.css b/template/default/default.css index d1f0aa84c..fe0092477 100644 --- a/template/default/default.css +++ b/template/default/default.css @@ -50,8 +50,9 @@ body { h1 { font: bold 18pt 'Trebuchet MS', Verdana, sans-serif; text-decoration:none; - line-height: 120%; + line-height: 120%; } + h2 { font: bold 12pt Arial, Helvetica, sans-serif; text-decoration:none; @@ -350,8 +351,9 @@ color : #FFF48E; } div.information { - text-align:center; - border:2px solid #E0E0E0; + text-align:left; + font-size:14px; + font-weight:bold; margin:10px; padding:5px; } |