diff options
author | Martin Gummi <martin.gummi@gmx.net> | 2013-09-14 10:29:03 +0200 |
---|---|---|
committer | Martin Gummi <martin.gummi@gmx.net> | 2013-09-14 10:29:03 +0200 |
commit | d13c7d58e65ae6ae4c960fe3795643cb8beb3e91 (patch) | |
tree | a77b3853ae94e129151332bc5417ca12254879ca | |
parent | dfff5dd4cd03369eeac71430513c2073d41a4538 (diff) | |
download | cacert-devel-d13c7d58e65ae6ae4c960fe3795643cb8beb3e91.tar.gz cacert-devel-d13c7d58e65ae6ae4c960fe3795643cb8beb3e91.tar.xz cacert-devel-d13c7d58e65ae6ae4c960fe3795643cb8beb3e91.zip |
bug-1208: CSS remove mname italic
-rw-r--r-- | www/styles/default.css | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/www/styles/default.css b/www/styles/default.css index 5dcb173..b75fe95 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -9,10 +9,10 @@ body{ font-family: Arial,sans-serif; color: #333333; - line-height: 1.166; + line-height: 1.166; margin: 0px; padding: 0px; - background: #cccccc; + background: #cccccc; /* url("/siteimages/bg_grad.jpg") fixed; */ } @@ -101,7 +101,7 @@ padding: 0px; right: 2%; width: 96%; background-color: #ffffff; - + } #tl { @@ -128,7 +128,7 @@ padding: 0px; left: 2%; right: 2%; width:95.6%; - + } #pageNav{ @@ -213,7 +213,7 @@ background-image: url("siteimages/glbnav_background.gif"); #globalNav img{ margin-bottom: -4px; - + } #gnl { @@ -335,11 +335,11 @@ a.glink:hover { font-size: 70%; margin: 0px 0px 0px 10px; } - + #search a:link, #search a:visited { font-size: 80%; font-weight: bold; - + } #search a:hover { @@ -476,7 +476,7 @@ td.storyLeft{ } .relatedLinks a{ - display: block; + display: block; } @@ -672,10 +672,6 @@ div.footerbar { font-size: 1.1em; } -.accountdetail.mname { - font-style:italic; -} - .accountdetail.lname { font-weight:bold; } |