aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/waves.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-23 22:12:03 -0300
committerLibravatar Choom 2022-12-24 03:26:35 -0300
commit29c5d154c31de627ecbb913430e70842525ae6ac (patch)
tree7d5bf35deab784fca38260f2560406db47725564 /static/css/txt/waves.css
parent0f66a8eae917c47fb4fa478c1d8ecf1a79d07a05 (diff)
downloadweabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.gz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.tar.xz
weabot-29c5d154c31de627ecbb913430e70842525ae6ac.zip
Fix css movil
Diffstat (limited to 'static/css/txt/waves.css')
-rw-r--r--static/css/txt/waves.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/static/css/txt/waves.css b/static/css/txt/waves.css
index 4e4ff24..1061624 100644
--- a/static/css/txt/waves.css
+++ b/static/css/txt/waves.css
@@ -69,7 +69,7 @@ h4, h4 a {
border: 1px solid #cfe0f0;
}
#size {
- margin-bottom: 0;
+ margin: 0;
}
.postform {
background: #cfe0f0;
@@ -131,7 +131,7 @@ form .msg {
.threadpage .postform{
padding: 0.25em;
}
- div.msg {
- margin: 0.5em;
+ .deleted {
+ margin-bottom: 0;
}
-} \ No newline at end of file
+}