diff options
author | plegall <plg@piwigo.org> | 2010-03-17 17:20:09 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-03-17 17:20:09 +0000 |
commit | 21b4bf84a7cc30f8788e3cfa543513c7ebd7500d (patch) | |
tree | e3f75642841efd753153e15a1168f263660a9086 /admin/themes/default | |
parent | 1314453432b12dcb7d43988570a6cb36d3cce255 (diff) |
make the clear admin theme slightly clearer
make the links less flashy in clear admin theme
git-svn-id: http://piwigo.org/svn/trunk@5163 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/default-layout.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 4aa719cda..001b78c35 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -746,4 +746,7 @@ BODY#thePopuphelpPage { #themesContent .themeBox IMG {width:150px; height:120px;} #themesContent H3 {font-size:16px; text-align:left; border-bottom:1px solid #444; letter-spacing:1px; margin:5px;} -.themeBoxes {min-height:300px;}
\ No newline at end of file +.themeBoxes {min-height:300px;} + +h2 { letter-spacing:2px; font-weight:bold;} +h2:lang(en) { text-transform:capitalize; } |