aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bios.css
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-16 05:05:02 -0300
committerLibravatar Choom 2023-01-16 14:37:07 -0300
commit1f988f01c7eee932ef7d2fb80de5a2b3792097d3 (patch)
treea83fd88c3f8dc17390f9f084483d53c8884d63ec /static/css/txt/bios.css
parent4c31093827f57394563de037a21143407586e384 (diff)
downloadweabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.tar.gz
weabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.tar.xz
weabot-1f988f01c7eee932ef7d2fb80de5a2b3792097d3.zip
Divs únicos deben tener id
Diffstat (limited to 'static/css/txt/bios.css')
-rw-r--r--static/css/txt/bios.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/static/css/txt/bios.css b/static/css/txt/bios.css
index 5264906..2974d57 100644
--- a/static/css/txt/bios.css
+++ b/static/css/txt/bios.css
@@ -1,11 +1,11 @@
body,
textarea,
-.lastposts #counter {
+#lastposts #counter {
background: #00a;
color: #fff;
}
a,
-.lastposts #n2 {
+#lastposts #n2 {
color: #ff0;
text-decoration: none;
}
@@ -18,8 +18,8 @@ a:active,
}
.mainpage .threadlinks a:before,
#threadlinks a:before,
-.lastposts a:before,
-.lastposts label:before {
+#lastposts a:before,
+#lastposts label:before {
content: "▶ ";
}
input[type="text"],
@@ -161,7 +161,7 @@ a:focus .name {
box-shadow: 1em 1em #000;
padding: 0;
}
-.lastposts {
+#lastposts {
border-top: 1px solid #fff;
color: #00a;
padding: 0.5em;