diff options
author | Jay | 2019-04-11 02:15:26 -0400 |
---|---|---|
committer | Jay | 2019-04-11 02:28:34 -0400 |
commit | 7c83a7e4807b387894abdb4b6edaa92479cc9281 (patch) | |
tree | a0a519755755ecb254db25ad9757df4ab80f0f74 /cgi/templates/board.jp.html | |
parent | ff5c78c312ac1f043835415bca210a072e8551d6 (diff) | |
download | weabot-7c83a7e4807b387894abdb4b6edaa92479cc9281.tar.gz weabot-7c83a7e4807b387894abdb4b6edaa92479cc9281.tar.xz weabot-7c83a7e4807b387894abdb4b6edaa92479cc9281.zip |
IB: Moviendo tamaños legibles a shobon y subiendo menú de estilos
De paso no hay que agregar el mismo menú a cada plantilla que el IB tiene.
Diffstat (limited to 'cgi/templates/board.jp.html')
-rw-r--r-- | cgi/templates/board.jp.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cgi/templates/board.jp.html b/cgi/templates/board.jp.html index 12772e8..a595780 100644 --- a/cgi/templates/board.jp.html +++ b/cgi/templates/board.jp.html @@ -268,10 +268,4 @@ <?py if pagenav: ?> <div class="pg">#{pagenav}</div> <?py #endif ?> -<?py if not force_css: ?> - <div class="selector"><b>外観:</b><select id="styles"> - <?py for title in styles: ?><option value="#{title}">#{title}</option><?py #endfor ?> - </select> - </div> -<?py #endif ?> <?py include('templates/base_bottom.html') ?>
\ No newline at end of file |