From: Sarven Capadisli Date: Fri, 12 Dec 2008 06:23:37 +0000 (-0500) Subject: Setting font-weight to normal for nicknames within notices X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2dc27116cea8a28633d9fdd2d21a7be2e3a9c77f;p=quix0rs-gnu-social.git Setting font-weight to normal for nicknames within notices darcs-hash:20081212062337-efd22-8adadf1810c253e27b573727c2ff5372d264fcd2.gz --- diff --git a/theme/default/display.css b/theme/default/display.css index 650732ee02..0b894550c1 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -446,6 +446,9 @@ a.nickname { font-size: 12px; padding-right: 3px; } +.hentry a.nickname { + font-weight:normal; +} #profile_information { float: left; position: relative;