added a line to the bottom of the publisher
This commit is contained in:
parent
39c366e2e9
commit
2daa31b7bf
2 changed files with 5 additions and 5 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue