comparison media/css/comments.css @ 154:82deb8cc59e9

Fix #26; IE8 has problems displaying lists of divs.
author Brian Neal <bgneal@gmail.com>
date Sat, 19 Dec 2009 20:12:29 +0000
parents dbd703f7d63a
children
comparison
equal deleted inserted replaced
153:13d052fbe4f1 154:82deb8cc59e9
1 #comment-list { 1 div.comment-list {
2 float: left;
2 font-size: 18px; 3 font-size: 18px;
3 font-weight: bold; 4 font-weight: bold;
4 color: #999; 5 color: #999;
6 padding-right: .5em;
5 } 7 }
6 div.comment { 8 div.comment {
7 padding: 0.5em; 9 padding: 0.5em;
8 border-bottom: 1px dashed black; 10 border-bottom: 1px dashed black;
9 font: 12px/18px "Lucida Grande", Verdana, sans-serif; 11 font: 12px/18px "Lucida Grande", Verdana, sans-serif;