aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bios.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/bios.css
parent9b039e42df4eefb7971a2cfa19bce260ab4ef08f (diff)
downloadweabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.gz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.xz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.zip
Arreglando lista de hilos
Diffstat (limited to 'static/css/txt/bios.css')
-rw-r--r--static/css/txt/bios.css27
1 files changed, 6 insertions, 21 deletions
diff --git a/static/css/txt/bios.css b/static/css/txt/bios.css
index 0046c2a..638297e 100644
--- a/static/css/txt/bios.css
+++ b/static/css/txt/bios.css
@@ -145,8 +145,7 @@ h3 span {
}
.outerbox,
.mainpage .thread,
-#threadlist,
-#content {
+#threadlist {
border: 1px solid #fff;
}
#threadlist a {
@@ -179,9 +178,6 @@ h3 span {
.abbrev {
color: #5cf;
}
-.deleted {
- margin-bottom: 0.5em;
-}
#size {
margin-left: 0.5em;
}
@@ -233,19 +229,11 @@ h3 span {
form .msg {
border: 3px double #fff;
}
-#content.list {
- border: 4px double #fff;
-}
-#content.list #header div {
- border-bottom: 1px solid #fff;
-}
-#content.grid {
- border: 1px solid #fff;
- padding: 2px;
+#threads {
+ border-collapse: collapse;
}
-#content.grid .row {
- border: 1px solid #fff;
- margin: 2px;
+#threads th, #threads td {
+ border-bottom: 1px solid;
}
@media (max-width: 600px) {
body.threadpage {
@@ -254,7 +242,4 @@ form .msg {
h2 {
margin-bottom: 0.5em;
}
- #thread_nav {
- margin: -8px 0px 8px;
- }
-}
+} \ No newline at end of file