From: sarven Date: Mon, 19 Jan 2009 18:24:30 +0000 (+0000) Subject: Bolding address fn for cases where there is no logo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=93a5865b2bb4965847abb383a49059022ca3177a;p=quix0rs-gnu-social.git Bolding address fn for cases where there is no logo. --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index e337f1c985..59429cf726 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 {