diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 18:24:30 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-19 18:24:30 +0000 |
commit | 93a5865b2bb4965847abb383a49059022ca3177a (patch) | |
tree | cf25d1c85e7f61db2edaa9e4a3376998e42cd588 | |
parent | a5f3e3b759879aaed31a82fa98a89d6d3594af8c (diff) |
Bolding address fn for cases where there is no logo.
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index e337f1c98..59429cf72 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -198,6 +198,9 @@ margin-left:18px; address.vcard img.logo { margin-right:0; } +address .fn { +font-weight:bold; +} #header { |