limit content width to 600px

This commit is contained in:
danielvincent 2010-09-28 10:48:45 -07:00
parent 241ea4559a
commit b068eaf15c
2 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -209,6 +209,7 @@ li.message
.content
:padding
:left 65px
:width 600px
span.from
:color #000