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; }
|
font-weight: normal; }
|
||||||
|
|
||||||
#publisher {
|
#publisher {
|
||||||
padding-bottom: 20px;
|
|
||||||
color: #999999;
|
color: #999999;
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 63px;
|
height: 63px;
|
||||||
margin-bottom: 5px; }
|
margin-bottom: 10px;
|
||||||
|
border-bottom: 1px solid #666666; }
|
||||||
#publisher .avatar {
|
#publisher .avatar {
|
||||||
float: left;
|
float: left;
|
||||||
margin-right: 15px; }
|
margin-right: 15px; }
|
||||||
|
|
|
||||||
|
|
@ -381,13 +381,13 @@ label
|
||||||
:weight normal
|
:weight normal
|
||||||
|
|
||||||
#publisher
|
#publisher
|
||||||
:padding
|
|
||||||
:bottom 20px
|
|
||||||
:color #999
|
:color #999
|
||||||
:position relative
|
:position relative
|
||||||
:height 63px
|
:height 63px
|
||||||
:margin
|
:margin
|
||||||
:bottom 5px
|
:bottom 10px
|
||||||
|
:border
|
||||||
|
:bottom 1px solid #666
|
||||||
|
|
||||||
.avatar
|
.avatar
|
||||||
:float left
|
:float left
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue