diff options
author | alecpl <alec@alec.pl> | 2009-10-06 07:13:58 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2009-10-06 07:13:58 +0000 |
commit | 2aaa992cc180cf94097ed0b05001f787cbeba483 (patch) | |
tree | fcfc656b0f7981eaf76404de7b55a3f2a6127114 /skins/default/common.css | |
parent | 01ffe039089e08fd6faaf03f4170853defd41fc8 (diff) |
- unified boxtitle css styles
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index c64767ca5..04377337c 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -311,14 +311,14 @@ img .boxtitle { height: 12px !important; - padding: 2px 10px 5px 10px; + padding: 2px 10px 5px 5px; border-bottom: 1px solid #999; color: #333; font-size: 11px; font-weight: bold; background: url('images/listheader.gif') top left repeat-x #CCC; } - + /***** common table settings ******/ table.records-table thead tr td |