diff options
author | Jay | 2019-04-11 03:22:33 -0400 |
---|---|---|
committer | Jay | 2019-04-11 04:51:27 -0400 |
commit | eab8bd516396f1e8cc0a9233ce2b33b234eb41a2 (patch) | |
tree | 35590e3aa9b28259efca29aac2385496ae6844ba /cgi/templates | |
parent | 7c83a7e4807b387894abdb4b6edaa92479cc9281 (diff) | |
download | weabot-eab8bd516396f1e8cc0a9233ce2b33b234eb41a2.tar.gz weabot-eab8bd516396f1e8cc0a9233ce2b33b234eb41a2.tar.xz weabot-eab8bd516396f1e8cc0a9233ce2b33b234eb41a2.zip |
Diseño responsivo: Lista de boards se convierte en menú desplegable
Diffstat (limited to 'cgi/templates')
-rw-r--r-- | cgi/templates/base_top.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/base_top.html b/cgi/templates/base_top.html index 424c309..8c26b9d 100644 --- a/cgi/templates/base_top.html +++ b/cgi/templates/base_top.html @@ -44,7 +44,7 @@ <?py if not force_css: ?> <span>[Estilo: <select id="styles"> <?py for title in styles: ?><option value="#{title}">#{title}</option><?py #endfor ?> - </select>]</span> + </select></span> <?py #endif ?></div> <div class="logo"> <?py if board: ?> |