diff options
author | junk | 2021-03-27 03:22:29 -0300 |
---|---|---|
committer | junk | 2021-03-27 03:58:36 -0300 |
commit | 0e86988ba9099072dcd2af5142f8f4e988908e9b (patch) | |
tree | 097c4c9cd4505e5f11474aa2c4f52e3c65375d0b /cgi/templates/txt_base_top.html | |
parent | c6a63f5c141c5f144434e556fcf296be4240e7f9 (diff) | |
download | weabot-0e86988ba9099072dcd2af5142f8f4e988908e9b.tar.gz weabot-0e86988ba9099072dcd2af5142f8f4e988908e9b.tar.xz weabot-0e86988ba9099072dcd2af5142f8f4e988908e9b.zip |
Cambiando sjis.css y vipper.css por selectores
Diffstat (limited to 'cgi/templates/txt_base_top.html')
-rw-r--r-- | cgi/templates/txt_base_top.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cgi/templates/txt_base_top.html b/cgi/templates/txt_base_top.html index 35b871f..84dc320 100644 --- a/cgi/templates/txt_base_top.html +++ b/cgi/templates/txt_base_top.html @@ -28,10 +28,6 @@ <?py else: ?> <link rel="stylesheet" type="text/css" href="#{force_css}" /> <?py #endif ?> -<?py if board == 'zonavip': ?> - <link rel="stylesheet" href="/static/css/txt/sjis.css" /> - <link rel="stylesheet" href="/static/css/txt/vipper.css" /> -<?py #endif ?> <script type="text/javascript" src="#{static_url}js/weabotxt.js"></script> <script type="text/javascript" src="#{static_url}js/aquiencitas.js"></script> <script type="text/javascript" src="#{static_url}js/shobon.js"></script> |