aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/mercury.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/mercury.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/mercury.css')
-rw-r--r--static/css/txt/mercury.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/txt/mercury.css b/static/css/txt/mercury.css
index 27ffbee..921ec7c 100644
--- a/static/css/txt/mercury.css
+++ b/static/css/txt/mercury.css
@@ -122,13 +122,13 @@ hr {
.mainpage .postform {
margin: 0;
}
-.postform, .lastposts {
+.postform, #lastposts {
background: #cce url(../img/rose2.png) no-repeat scroll top right;
border-bottom: 2px solid #aab;
margin-top: 0;
padding: .5em;
}
-.lastposts {
+#lastposts {
background-image: none;
}
#createbox {