diff options
author | Martin Gummi <martin.gummi@gmx.net> | 2013-09-11 01:18:13 +0200 |
---|---|---|
committer | Martin Gummi <martin.gummi@gmx.net> | 2013-09-11 01:18:13 +0200 |
commit | edf992df1e2e3eb2c1d324bcb309f379c14ced75 (patch) | |
tree | 761a7c25c89285e5688d0b0a708e1dde9ce201ed | |
parent | ed994d5825f92ef9f17eee5923b7193d1040c0b6 (diff) | |
download | cacert-devel-edf992df1e2e3eb2c1d324bcb309f379c14ced75.tar.gz cacert-devel-edf992df1e2e3eb2c1d324bcb309f379c14ced75.tar.xz cacert-devel-edf992df1e2e3eb2c1d324bcb309f379c14ced75.zip |
bug-1208: CSS Formatting
-rw-r--r-- | www/styles/default.css | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/styles/default.css b/www/styles/default.css index bdaa855..5dcb173 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -672,30 +672,10 @@ div.footerbar { font-size: 1.1em; } -.accountdetail.fname { - color:#600; - background-color: #ffeeee; - background-color: rgba(102, 0, 0, 0.05); -} - .accountdetail.mname { - color:#060; font-style:italic; - background-color: #f0fff0; - background-color: rgba(0, 102, 0, 0.05); } .accountdetail.lname { - color:#006; font-weight:bold; - background-color: #f0fef0; - background-color: rgba(0, 0, 102, 0.05); -} - -.accountdetail.suffix { - color:#660; - font-style: italic; - font-weight: bold; - background-color: #ffffdd; - background-color: rgba(102, 102, 0, 0.05); } |