Post bodies are overlapping with the author info.
authorEevee <git@veekun.com>
Mon, 13 Sep 2010 07:23:07 +0000 (00:23 -0700)
committerEevee <git@veekun.com>
Mon, 13 Sep 2010 07:23:07 +0000 (00:23 -0700)
splinext/forum/templates/css/forum.mako

index 6400dd9..8ba2b01 100644 (file)
@@ -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; }