diff --git a/html/user/white.css b/html/user/white.css
index e4b007d890..fb70faa82d 100644
--- a/html/user/white.css
+++ b/html/user/white.css
@@ -138,6 +138,11 @@ img {
overflow: hidden;
}
+.cellwrap{
+ width: 100%;
+ overflow: auto;
+}
+
blockquote {
border-left: 2px solid blue;
padding-left: 5px;
@@ -146,3 +151,17 @@ blockquote {
margin-left: 10px;
font-style: italic;
}
+
+#thread table {
+ width: 100%;
+ table-layout: fixed;
+}
+
+.sigdelim {
+ width: 60%;
+ height: 1px;
+ background-color: black;
+ color: black;
+ border: 0;
+ margin-right: 100%;
+}
\ No newline at end of file