aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/bbs.css
diff options
context:
space:
mode:
authorLibravatar Terry 2019-03-29 13:36:15 -0300
committerLibravatar Terry 2019-03-29 13:36:15 -0300
commit8b24c666262c095557aa16f9b0639ef3c7e4dbe2 (patch)
tree20250652b948083a5c6cef5e35f47cd3391664d7 /static/css/txt/bbs.css
parent1f21fc3feb31cacd6d42799f56a18ce67f05fe46 (diff)
downloadweabot-8b24c666262c095557aa16f9b0639ef3c7e4dbe2.tar.gz
weabot-8b24c666262c095557aa16f9b0639ef3c7e4dbe2.tar.xz
weabot-8b24c666262c095557aa16f9b0639ef3c7e4dbe2.zip
Tecnologías del futuro para la web 1.0
Diffstat (limited to 'static/css/txt/bbs.css')
-rw-r--r--static/css/txt/bbs.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index c930019..e10ec50 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -28,7 +28,7 @@ pre{line-height:125%;margin:0;white-space:pre-wrap}
.links{font-size:14px;text-align:center}
#threadlinks{margin-bottom:7px;text-align:center}
#threadlinks a{margin:0 4px}
-#threadlist{font-size:14px;line-height:1;max-height:16em;padding:7px;overflow-y:scroll}
+#threadlist{font-size:14px;line-height:1;max-height:15em;overflow-y:scroll}
#threadlist a{text-decoration:none}
#thread_nav{padding-left:6px}
.mainpage .postform,.formpad{padding-left:40px}
@@ -70,8 +70,8 @@ form .msg{margin:0;padding:8px 2px;text-align:left}
#content.list .row div.thread{padding:0}#content.list .row div.thread a{padding:5px}
#content.list .pos,#content.list .com{text-align:right}
#content.list #header div{font-weight:bold;text-align:center;white-space:nowrap}
-#content.grid{display:flex;flex-flow:row wrap;justify-content:space-around}
-#content.grid .row{flex:1 1 auto;padding:5px}
+#content.grid,#threadlist{display:-webkit-flex;display:-moz-flex;display:flex;-webkit-flex-flow:row wrap;-moz-flex-flow:row wrap;flex-flow:row wrap;justify-content:space-around}
+#content.grid .row,#threadlist a{-webkit-flex:1 1 auto;-moz-flex:1 1 auto;flex:1 1 auto;padding:4px}
#content.grid .row div{display:inline}
@media(max-width:720px){
body{font-size:15px}