diff options
author | Terry | 2019-03-29 09:59:47 -0300 |
---|---|---|
committer | Terry | 2019-03-29 09:59:47 -0300 |
commit | 8c68ea746fae6978b154eecb246b8d8137ddd362 (patch) | |
tree | eeb829239afbb76c41161f164aab3f4605d5db51 /static | |
parent | 1e756436157fd6d8b599bd0ef79b6b4959c876f5 (diff) | |
download | weabot-8c68ea746fae6978b154eecb246b8d8137ddd362.tar.gz weabot-8c68ea746fae6978b154eecb246b8d8137ddd362.tar.xz weabot-8c68ea746fae6978b154eecb246b8d8137ddd362.zip |
Restaurando alto de <br> y agregando espacio entre mensajes en diseño móvil
Diffstat (limited to 'static')
-rw-r--r-- | static/css/txt/bbs.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index fbe23ed..2b5eb9f 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -76,16 +76,15 @@ form .msg{margin:0;padding:8px 2px;text-align:left} body{font-size:15px} .banner{width:100%!important;height:auto!important;margin-top:1em} .outerbox,.mainpage .thread,#footer,#content{margin:1em 0} - br{line-height:.5em} h2 a{font-size:19px} h4,h2 span,#rules{font-size:12px} .pblock,#footer,.end{font-size:14px} #threadlist{overflow-x:auto;white-space:nowrap} .postform br{display:none} - div.reply{margin-bottom:.5em} + div.reply{margin-bottom:.6em} .num{margin:-10px;padding:10px;position:relative} .del{visibility:visible} - div.msg{margin:.5em 0 0} + div.msg{margin:.6em 0 0} .mainpage .postform,.formpad,#thread_nav{padding-left:0} .postform>span{display:table;width:100%} .postform span>*{display:table-cell;font-size:14px;margin-bottom:2px;white-space:nowrap} |