aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/headline.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-27 22:02:38 -0300
committerLibravatar junk 2021-03-28 05:37:20 -0300
commitaa8a6056f4c3cd8c6663d1714782f972bcb87b8f (patch)
tree55b2fd7647cecd08996034ea6f335fef7ec6f9ed /static/css/txt/headline.css
parent9b039e42df4eefb7971a2cfa19bce260ab4ef08f (diff)
downloadweabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.gz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.xz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.zip
Arreglando lista de hilos
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) {