From 36559518b1e72bf401b04086c25bdefb0a0ac143 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 3 Jan 2016 09:26:00 +0100 Subject: CSS: Add overflow property to
 and fix the thread layouts

https://vndb.org/t2520.185
---
 data/style.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'data')

diff --git a/data/style.css b/data/style.css
index 5d33d176..79b63ae3 100644
--- a/data/style.css
+++ b/data/style.css
@@ -104,6 +104,7 @@ pre {
   border-right: none;
   border-left: 1px solid $border$;
   background: url($_boxbg$) repeat;
+  overflow-x: auto;
 }
 
 
@@ -297,7 +298,7 @@ div.history td.tc4 b { margin-left: 10px }
 
 /* threads page */
 #maincontent div.thread  { padding: 0; }
-div.thread table         { width: 100%; }
+div.thread table         { width: 100%; table-layout: fixed }
 div.thread td            { border-bottom: 1px solid $border$; }
 div.thread td.tc1        { width: 150px; padding: 5px 10px; border-right: 1px solid $border$; }
 div.thread td.tc2        { padding: 10px 20px 10px 10px; }
-- 
cgit v1.2.3