From 0e16b0d0c02d3459c55c40b1d164f26b45a7d971 Mon Sep 17 00:00:00 2001 From: Eevee Date: Mon, 13 Sep 2010 00:23:07 -0700 Subject: [PATCH] Post bodies are overlapping with the author info. --- splinext/forum/templates/css/forum.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.7.4