diff media/css/base.css @ 115:0ce0104c7df3

Forums: split topic.
author Brian Neal <bgneal@gmail.com>
date Thu, 22 Oct 2009 02:57:18 +0000
parents e5faf9f0c11a
children f8f4514b806a
line wrap: on
line diff
--- a/media/css/base.css	Sun Oct 11 20:27:07 2009 +0000
+++ b/media/css/base.css	Thu Oct 22 02:57:18 2009 +0000
@@ -217,6 +217,17 @@
    width:95%;
    border-bottom: 1px solid black;
 }
+td.forum-post-body-split {
+   vertical-align: top;
+   width:90%;
+   border-bottom: 1px solid black;
+}
+td.forum-post-split-check {
+   width:5%;
+   border-left: 1px solid #ccc;
+   border-bottom: 1px solid black;
+   vertical-align: middle;
+}
 div.forum-post-info {
    padding: 2px;
    font-size:.8em;