summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-19 18:24:30 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-19 18:24:30 +0000
commit93a5865b2bb4965847abb383a49059022ca3177a (patch)
treecf25d1c85e7f61db2edaa9e4a3376998e42cd588 /theme
parenta5f3e3b759879aaed31a82fa98a89d6d3594af8c (diff)
Bolding address fn for cases where there is no logo.
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css3
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 {