Setting font-weight to normal for nicknames within notices

darcs-hash:20081212062337-efd22-8adadf1810c253e27b573727c2ff5372d264fcd2.gz
This commit is contained in:
Sarven Capadisli 2008-12-12 01:23:37 -05:00
parent 36aff8bafb
commit 2dc27116ce
1 changed files with 3 additions and 0 deletions

View File

@ -446,6 +446,9 @@ a.nickname {
font-size: 12px; font-size: 12px;
padding-right: 3px; padding-right: 3px;
} }
.hentry a.nickname {
font-weight:normal;
}
#profile_information { #profile_information {
float: left; float: left;
position: relative; position: relative;