summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2013-09-11 00:20:18 +0200
committerBenny Baumann <BenBE@geshi.org>2013-09-11 00:20:18 +0200
commite069dd2724ca60604ed87a6309941945cbc0198e (patch)
treed35307f0c1844de40ba676a1ba70ee98626fe2f4
parentc2bbf5c773d6479ab41f9cb6c5c0d197226f4932 (diff)
downloadcacert-devel-e069dd2724ca60604ed87a6309941945cbc0198e.tar.gz
cacert-devel-e069dd2724ca60604ed87a6309941945cbc0198e.tar.xz
cacert-devel-e069dd2724ca60604ed87a6309941945cbc0198e.zip
bug 1208: Formatting and spacing
-rw-r--r--www/styles/default.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/www/styles/default.css b/www/styles/default.css
index f0c04ae..424e100 100644
--- a/www/styles/default.css
+++ b/www/styles/default.css
@@ -665,31 +665,32 @@ div.footerbar {
font-family: 'Last Resort';
src: local('Last Resort');
/* src: url(/res/fonts/LastResort.ttf); */
+}
.accountdetail {
font-family: 'Source Code Pro','Lucida Console','Arial Unicode MS',monospace,'Last Resort';
font-size: 1.1em;
}
-.accountdetail.fname{
+.accountdetail.fname {
color:#600; font-style: italic; font-weight: bold;
background-color: #ffeeee;
background-color: rgba(102, 0, 0, 0.05);
}
-.accountdetail.mname{
+.accountdetail.mname {
color:#060; font-style:italic;
background-color: #f0fff0;
background-color: rgba(0, 102, 0, 0.05);
}
-.accountdetail.lname{
+.accountdetail.lname {
color:#006; font-weight:bold;
background-color: #f0fef0;
background-color: rgba(0, 0, 102, 0.05);
}
-.accountdetail.suffix{
+.accountdetail.suffix {
color:#660;
background-color: #ffffdd;
background-color: rgba(102, 102, 0, 0.05);