added a line to the bottom of the publisher

This commit is contained in:
Daniel Vincent Grippi 2010-09-06 17:28:09 -07:00
parent 39c366e2e9
commit 2daa31b7bf
2 changed files with 5 additions and 5 deletions

View file

@ -310,11 +310,11 @@ label {
font-weight: normal; }
#publisher {
padding-bottom: 20px;
color: #999999;
position: relative;
height: 63px;
margin-bottom: 5px; }
margin-bottom: 10px;
border-bottom: 1px solid #666666; }
#publisher .avatar {
float: left;
margin-right: 15px; }

View file

@ -381,13 +381,13 @@ label
:weight normal
#publisher
:padding
:bottom 20px
:color #999
:position relative
:height 63px
:margin
:bottom 5px
:bottom 10px
:border
:bottom 1px solid #666
.avatar
:float left