Added F style for lists in comments

This commit is contained in:
Armin Ronacher 2010-05-27 12:22:06 +02:00
parent dd849f4b72
commit 8e6c447c88

View file

@ -73,6 +73,9 @@ input.openid { background: url(openid.png) no-repeat 4px center;
.comments .body pre { padding: 7px 30px 7px 60px; margin: 10px -30px 10px -60px; }
.comments .body p { margin: 10px 0; }
.comments li:before { display: none; }
.comments ul li { list-style: disc; }
.comments ul,
.comments ol { margin: 15px 0 15px 20px; padding: 0; }
#preview { margin: 20px -30px; padding: 10px 30px; background: #fafafa; }
/* mailinglist */