diff options
author | Choom | 2022-12-27 03:41:48 -0300 |
---|---|---|
committer | Choom | 2022-12-27 06:20:20 -0300 |
commit | 15242f613190f053c541679b61f5db293f79b98a (patch) | |
tree | b8ce2f209aea35d7203eba896b92816a86089ca5 /static/css/txt/gamer.css | |
parent | c78796fe7fb6c266d858ff02d0ca557825d425a8 (diff) | |
download | weabot-15242f613190f053c541679b61f5db293f79b98a.tar.gz weabot-15242f613190f053c541679b61f5db293f79b98a.tar.xz weabot-15242f613190f053c541679b61f5db293f79b98a.zip |
Fix borde ventanas.css
Diffstat (limited to 'static/css/txt/gamer.css')
-rw-r--r-- | static/css/txt/gamer.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/txt/gamer.css b/static/css/txt/gamer.css index 7f197fb..09954aa 100644 --- a/static/css/txt/gamer.css +++ b/static/css/txt/gamer.css @@ -157,6 +157,7 @@ form .msg { } #size { color: #ff0; + margin-top: 0.5em; margin-bottom: 0; } .lastposts { @@ -184,6 +185,9 @@ form .msg { h1,h2,h3,h5 { margin: -3px -3px -1px; } + .reply:last-child { + border-bottom: 0; + } .threadpage .thread { padding: 2px; } |