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 {
|
li.message .delete:hover {
|
||||||
background: #eeeeee; }
|
background: #eeeeee; }
|
||||||
li.message .content {
|
li.message .content {
|
||||||
padding-left: 65px; }
|
padding-left: 65px;
|
||||||
|
width: 600px; }
|
||||||
li.message .content span.from {
|
li.message .content span.from {
|
||||||
color: black;
|
color: black;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
|
||||||
|
|
@ -209,6 +209,7 @@ li.message
|
||||||
.content
|
.content
|
||||||
:padding
|
:padding
|
||||||
:left 65px
|
:left 65px
|
||||||
|
:width 600px
|
||||||
|
|
||||||
span.from
|
span.from
|
||||||
:color #000
|
:color #000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue