aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.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/bbs.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/bbs.css')
-rw-r--r--static/css/txt/bbs.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index fd2e6f0..a8a5a7b 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -254,11 +254,11 @@ a.yt b {
#q-p .thumb div {
display: none;
}
-.lastposts {
+#lastposts {
text-align: center;
line-height: 1;
}
-.lastposts #n2 {
+#lastposts #n2 {
text-decoration: underline;
}
.threadpage .threadlinks {
@@ -328,7 +328,7 @@ form .msg {
overflow-x: auto;
white-space: nowrap;
}
-.end {
+#end {
margin-top: 0.5em;
line-height: 1em;
}
@@ -435,7 +435,7 @@ form .msg {
margin: 0 1px 0 6px;
}
#footer,
- .end {
+ #end {
font-size: 12px;
text-align: center;
}