diff options
author | INOPIAE <inopiae@cacert.org> | 2013-12-08 13:45:02 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2013-12-08 13:45:02 +0100 |
commit | 1d0a062885bc55193851138c336d828feff82630 (patch) | |
tree | 50211c78c7a20e73bfe9073611af8874163782a1 /www | |
parent | 0335ec43f3dc09cc28b246fb046ddd659c983326 (diff) | |
download | cacert-devel-1d0a062885bc55193851138c336d828feff82630.tar.gz cacert-devel-1d0a062885bc55193851138c336d828feff82630.tar.xz cacert-devel-1d0a062885bc55193851138c336d828feff82630.zip |
bug 1138: added function to display all email addresses of a user
Diffstat (limited to 'www')
-rw-r--r-- | www/styles/default.css | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/www/styles/default.css b/www/styles/default.css index f2b3c95..3c5c8e3 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; } @@ -557,7 +557,12 @@ td.greytxt { text-align: right; vertical-align: bottom; } - +.bold { + font-weight:bold; +} +.italic { + font-style:italic; +} .title { background: #E2E2E2; font-weight:BOLD; |