Mercurial > public > sg101
comparison gpp/comments/static/css/comments.css @ 312:88b2b9cb8c1f
Fixing #142; cut over to the django.contrib.staticfiles app.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 27 Jan 2011 02:56:10 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
311:b1c39788e511 | 312:88b2b9cb8c1f |
---|---|
1 div.comment-list { | |
2 float: left; | |
3 font-size: 18px; | |
4 font-weight: bold; | |
5 color: #999; | |
6 padding-right: .5em; | |
7 } | |
8 div.comment { | |
9 padding: 0.5em; | |
10 border-bottom: 1px dashed black; | |
11 font: 12px/18px "Lucida Grande", Verdana, sans-serif; | |
12 color: #333; | |
13 } | |
14 div.comment-avatar { | |
15 float: left; | |
16 padding-right: 1.5em; | |
17 } | |
18 div.comment-text { | |
19 } | |
20 div.comment-text-removed { | |
21 font-style: italic; | |
22 } | |
23 div.comment-details { | |
24 clear: both; | |
25 font-size: smaller; | |
26 font-style: italic; | |
27 padding-top: 0.5em; | |
28 } |