From 31718968c66b77354ed52b06a2f8f8456dd94ee4 Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 30 Jun 2012 01:29:29 -0700 Subject: [PATCH] advanced profile theming --- view/theme/duepuntozero/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 997c6d315..1be81d738 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -560,7 +560,12 @@ input#dfrn-url { clear: both; margin-bottom: 30px; } - +.aprofile dt { + font-weight: bold; +} +#page-profile .title { + font-weight: bold; +} #profile-vcard-break { clear: both; }