Removing extra margin after .section .notice .author.

This commit is contained in:
Sarven Capadisli 2009-02-04 18:18:25 +00:00
parent b8e10428d3
commit b43bdda312
1 changed files with 4 additions and 0 deletions

View File

@ -1078,6 +1078,10 @@ border-top:0;
.section .notice:first-child {
padding-top:0;
}
.section .notice .author {
margin-right:0;
}
.section .notice .author .fn {
display:none;
}