diff options
author | Martin Gummi <martin.gummi@gmx.net> | 2013-09-14 14:15:18 +0200 |
---|---|---|
committer | Martin Gummi <martin.gummi@gmx.net> | 2013-09-14 14:15:18 +0200 |
commit | ec6654371cd7c6861760d30324a50c8788e9ced2 (patch) | |
tree | 63de20f8695e0342065272af8668c154e3a8594e | |
parent | d13c7d58e65ae6ae4c960fe3795643cb8beb3e91 (diff) | |
download | cacert-devel-ec6654371cd7c6861760d30324a50c8788e9ced2.tar.gz cacert-devel-ec6654371cd7c6861760d30324a50c8788e9ced2.tar.xz cacert-devel-ec6654371cd7c6861760d30324a50c8788e9ced2.zip |
bug-1208: define empty CSS classes for accountdetail
-rw-r--r-- | www/styles/default.css | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www/styles/default.css b/www/styles/default.css index b75fe95..c11e2c0 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -668,10 +668,19 @@ div.footerbar { } .accountdetail { - font-family: 'Source Code Pro','Lucida Console','Arial Unicode MS',monospace,'Last Resort'; + font-family: 'Source Code Pro', 'Lucida Console', 'Arial Unicode MS', monospace, 'Last Resort'; font-size: 1.1em; } +.accountdetail.fname { +} + +.accountdetail.mname { +} + .accountdetail.lname { font-weight:bold; } + +.accountdetail.suffix { +}
\ No newline at end of file |