diff options
author | thomascube <thomas@roundcube.net> | 2007-03-28 08:23:42 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-03-28 08:23:42 +0000 |
commit | 0c219c78692561ce53108dc1800061f8b783898a (patch) | |
tree | 15a0a7fbfc45f36063e89406a4ff1474f878e101 /skins/default/addresses.css | |
parent | aad6e2a9c4857715c8bd56693d21b87dd0c16263 (diff) |
Draw box around login form; created common boxtitle CSS class
Diffstat (limited to 'skins/default/addresses.css')
-rw-r--r-- | skins/default/addresses.css | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/skins/default/addresses.css b/skins/default/addresses.css index 5eb5c6b6f..0ff1b28a9 100644 --- a/skins/default/addresses.css +++ b/skins/default/addresses.css @@ -99,18 +99,6 @@ body.iframe, /* visibility: hidden; */ } -#contact-title -{ - height: 12px !important; -/* height: 20px; */ - padding: 4px 20px 3px 20px; - border-bottom: 1px solid #999999; - color: #333333; - font-size: 11px; - font-weight: bold; - background-color: #EBEBEB; - background-image: url(images/listheader_aqua.gif); -} #contact-details { @@ -126,7 +114,3 @@ body.iframe, } - - - - |