diff options
author | friendica <info@friendica.com> | 2012-06-30 01:29:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-30 01:29:29 -0700 |
commit | 31718968c66b77354ed52b06a2f8f8456dd94ee4 (patch) | |
tree | 85f25d5287e8b55d7b710e78227fb1fb6f275a24 /view/theme | |
parent | ffd5217ffaab826eb7f16c112a9f39b548298b81 (diff) | |
download | volse-hubzilla-31718968c66b77354ed52b06a2f8f8456dd94ee4.tar.gz volse-hubzilla-31718968c66b77354ed52b06a2f8f8456dd94ee4.tar.bz2 volse-hubzilla-31718968c66b77354ed52b06a2f8f8456dd94ee4.zip |
advanced profile theming
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/duepuntozero/style.css | 7 |
1 files changed, 6 insertions, 1 deletions
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; } |