From: Eevee Date: Mon, 13 Sep 2010 07:23:07 +0000 (-0700) Subject: Post bodies are overlapping with the author info. X-Git-Tag: veekun-promotions/2010091501~1 X-Git-Url: http://git.veekun.com/zzz-spline-forum.git/commitdiff_plain/0e16b0d0c02d3459c55c40b1d164f26b45a7d971 Post bodies are overlapping with the author info. --- diff --git a/splinext/forum/templates/css/forum.mako b/splinext/forum/templates/css/forum.mako index 6400dd9..8ba2b01 100644 --- a/splinext/forum/templates/css/forum.mako +++ b/splinext/forum/templates/css/forum.mako @@ -28,5 +28,5 @@ table.forum-list td.stats.whoanelly { font-weight: bold; color: #6855aa; } .forum-post .author .avatar { margin-bottom: 1em; } .forum-post .author .avatar img { -moz-box-shadow: 0 0 2px black; } .forum-post .meta { padding: 0.5em 1em; border: 1px solid #b4c7e6; background: url(${h.static_uri('local', 'images/layout/th-background.png')}) left bottom repeat-x; -moz-border-radius-topleft: 0.5em; -moz-border-radius-topright: 0.5em; -webkit-border-top-left-radius: 0.5em; -webkit-border-top-right-radius: 0.5em; } -.forum-post .content { min-height: 12em; margin-right: 16.5em; padding: 1em; } +.forum-post .content { min-height: 12em; margin-right: 18.5em; padding: 1em; } .forum-post:nth-child(2n) { background: #f4f4f4; }