limit content width to 600px
This commit is contained in:
parent
241ea4559a
commit
b068eaf15c
2 changed files with 3 additions and 1 deletions
|
|
@ -160,7 +160,8 @@ li.message {
|
|||
li.message .delete:hover {
|
||||
background: #eeeeee; }
|
||||
li.message .content {
|
||||
padding-left: 65px; }
|
||||
padding-left: 65px;
|
||||
width: 600px; }
|
||||
li.message .content span.from {
|
||||
color: black;
|
||||
font-weight: normal;
|
||||
|
|
|
|||
|
|
@ -209,6 +209,7 @@ li.message
|
|||
.content
|
||||
:padding
|
||||
:left 65px
|
||||
:width 600px
|
||||
|
||||
span.from
|
||||
:color #000
|
||||
|
|
|
|||
Loading…
Reference in a new issue