summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2015-11-10 05:06:35 +0100
committerYorhel <git@yorhel.nl>2015-11-10 05:06:35 +0100
commit339f47375136b8abcb418cbdeae8adeaa2d3e73d (patch)
tree305f80d43ffb0a8cd6cdbb97417d92b29a1d6737 /data
parent655725983e5f34fbdaa1e281e745ccd62c1e0963 (diff)
Show full date/time at edit history and thread listings
Having the time display is quite useful. It does make the listings look more cluttered, but meh.
Diffstat (limited to 'data')
-rw-r--r--data/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/style.css b/data/style.css
index d8843187..3daffbed 100644
--- a/data/style.css
+++ b/data/style.css
@@ -285,7 +285,7 @@ div.history table { table-layout: fixed }
div.history td { white-space: nowrap }
div.history td.tc1_1 { width: 60px; padding-left: 0; padding-right: 0; text-align: right }
div.history td.tc1_2 { width: 25px; padding-left: 0 }
-div.history td.tc2 { width: 65px }
+div.history td.tc2 { width: 120px }
div.history td.tc3 { width: 90px }
div.history td.tc4 { overflow: hidden }
div.history td.tc4 b { margin-left: 10px }
@@ -313,7 +313,7 @@ div.mainbox.discussions b.boards { padding-left: 10px; font-weight: normal; }
div.mainbox.discussions b.boards a { color: $grayedout$; }
div.discussions td.tc2 { width: 50px; }
div.discussions td.tc3 { width: 90px; }
-div.discussions td.tc4 { width: 170px; }
+div.discussions td.tc4 { width: 210px; }
div.postsearch td.tc1_1 { width: 60px; padding-left: 0; padding-right: 0; text-align: right }
div.postsearch td.tc1_2 { width: 25px; padding-left: 0 }
div.postsearch td.tc2 { width: 65px; }