diff --git a/content/static/style/default.css b/content/static/style/default.css index 0a6031396..ca923f75f 100644 --- a/content/static/style/default.css +++ b/content/static/style/default.css @@ -191,18 +191,29 @@ pre { margin-top: .5em; } -#content div.comment { - border: #ccc 1px solid; - background-color: #eee; +/* -- Comments -- */ +div.comments > p:first-child { + padding: 1em 0 0; + /* like h2 */ + font-size: 1.2em; + font-weight: bold; + color: #666; } -#content div.comment .author { +div.comment { + border-bottom: #ccc 1.1px dashed !important; + border-top: #ccc 1.1px dashed !important; + padding: 1em 2em 1em !important; + margin: 0 -2em -1.1px; +} +div.comment .author { font-weight: bold; } -#content div.comment .date { - padding-left: 2em; + +p.new_comment { + margin-bottom: 4em !important; } -#content p.new_comment a:before { +p.new_comment a:before { content: url(../images/bullet.png); padding-right: 4px; }