diff options
author | Renard | 2019-03-31 17:41:31 -0300 |
---|---|---|
committer | Renard | 2019-03-31 17:41:31 -0300 |
commit | f632cc408e50cff8714044021b683d18abe17a54 (patch) | |
tree | 7d9d61c461080a66444b7d879e1333eee494239f /cgi/templates/base_top.html | |
parent | da69561c644b860cb2ce0bf3fc608d8ca714245e (diff) | |
download | weabot-f632cc408e50cff8714044021b683d18abe17a54.tar.gz weabot-f632cc408e50cff8714044021b683d18abe17a54.tar.xz weabot-f632cc408e50cff8714044021b683d18abe17a54.zip |
Selector CSS para IB
Diffstat (limited to 'cgi/templates/base_top.html')
-rw-r--r-- | cgi/templates/base_top.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/cgi/templates/base_top.html b/cgi/templates/base_top.html index 5389617..a95a257 100644 --- a/cgi/templates/base_top.html +++ b/cgi/templates/base_top.html @@ -40,11 +40,7 @@ <script type="text/javascript" src="#{static_url}js/autorefresh.js?v=3"></script> </head> <body#{' class="res"' if replythread else ''}> - <div id="main_nav">[<a href="/" target="_top">Bienvenido a Internet</a>] [<?py include('templates/navbar.html') ?>] - <?py if not force_css: ?> - <span>[<span>Apariencia:</span> - <?py for title in styles: ?> <a href="#" class="ss">#{title}</a><?py #endfor ?>]</span> - <?py #endif ?></div> + <div id="main_nav">[<a href="/" target="_top">Bienvenido a Internet</a>] [<?py include('templates/navbar.html') ?>]</div> <div class="logo"> <?py if board: ?> #{board_long} |