aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/headline.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/headline.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/headline.css')
-rw-r--r--static/css/txt/headline.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index c9d3525..24eb7d2 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -60,7 +60,7 @@ button:active {
}
.outerbox .innerbox,
.postform,
-.lastposts {
+#lastposts {
background: #eee;
border-bottom: 2px solid #bbb;
}
@@ -121,13 +121,13 @@ button:active {
.mainpage .postform {
margin: 0;
}
-.postform, .lastposts {
+.postform, #lastposts {
background: #eee;
border-bottom: 2px solid #bbb;
margin-top: 0;
padding: .5em;
}
-.lastposts {
+#lastposts {
background-image: none;
}
form .msg {