aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/headline.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/headline.css')
-rw-r--r--static/css/txt/headline.css27
1 files changed, 5 insertions, 22 deletions
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index f20be3f..b09b78e 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -67,15 +67,10 @@ button:active {
background: #ccc;
border-style: solid;
}
-.fix #main_nav {
- background: #fff;
- border-bottom: 2px solid #bbb;
-}
.outerbox,
#titlebox .innerbox:first-child,
.postform,
-.lastposts,
-#content {
+.lastposts {
background: #eee;
border-bottom: 2px solid #bbb;
}
@@ -145,26 +140,14 @@ form .msg {
margin: 0;
padding: 0.5em 0.15em;
}
-#content {
- padding: 0 10px 10px;
-}
-#content.list #header div {
+#threads th {
background: #eee;
+ border-bottom: 1px solid #f70;
}
-#content.list .row:nth-child(odd) {
+#threads tr:nth-child(odd) {
background: #fff;
}
-#content.list .row:nth-child(even) {
- background: #ddd;
-}
-#content.grid {
- border: 1px solid #bbb;
- padding: 0;
-}
-#content.grid .row {
- border: 1px solid #bbb;
-}
-#content.grid .row:hover {
+#threads tr:nth-child(even) {
background: #ddd;
}
@media (max-width: 600px) {