summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-15 19:27:50 +0100
committerYorhel <git@yorhel.nl>2008-11-15 19:27:50 +0100
commit89163c6bf971898d4f37974fe8234cc767c1e0ff (patch)
treeb4b86c47b7e2e5108043256eb8973e368c70cd87 /static
parent862d43e71fa090e8db0c29fdb126eb68240ebe95 (diff)
Browsing threads on tags now works
Diffstat (limited to 'static')
-rw-r--r--static/f/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/f/style.css b/static/f/style.css
index 360253a5..fd4722f1 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -343,6 +343,17 @@ div.mainbox.history td.editsum {
text-align: right;
}
+/* threads browser */
+div.mainbox.discussions td.tc4 {
+ text-align: right;
+}
+div.mainbox.discussions td.tags {
+ padding-top: 0;
+ padding-left: 60px;
+}
+div.mainbox.discussions td.tags a {
+ color: #258!important
+}
/***** Discussions ******/
@@ -350,6 +361,9 @@ div.mainbox.history td.editsum {
#maincontent div.mainbox.thread {
padding: 0;
}
+div.thread table {
+ width: 100%;
+}
div.thread td {
border-bottom: 1px solid #258;
}