summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-15 16:22:26 +0100
committerYorhel <git@yorhel.nl>2008-11-15 16:22:26 +0100
commit862d43e71fa090e8db0c29fdb126eb68240ebe95 (patch)
tree8d208ee265cb0681071a196d00b0eb4724cf3b6d /static
parent7f0a96b564544a3393f62c74599d1fdf95d7146c (diff)
Added last modified note on thread pages
Wait, didn't I just say the threads page was pretty much finished?
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 0918823a..360253a5 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -315,7 +315,6 @@ div.mainbox.browse table td.tc1 {
table thead td {
font-weight: bold;
background-color: #135;
- /*background-color: #112337;*/
}
form.search {
display: block;
@@ -362,6 +361,12 @@ div.thread td.tc1 {
div.thread td.tc2 {
padding: 10px 20px 10px 10px;
}
+div.thread i.lastmod {
+ float: right;
+ font-size: 7pt;
+ color: #258;
+ margin: -10px -10px -5px;
+}