Add basic 'excite-bike' theme

no one will want this, surely...  but useful for contrast
This commit is contained in:
Lance Edgar 2018-11-28 19:57:10 -06:00
parent 3a982f6e38
commit 9913586155

View file

@ -0,0 +1,8 @@
## -*- coding: utf-8; -*-
<%inherit file="tailbone:templates/base.mako" />
<%def name="jquery_theme()">
${h.stylesheet_link('https://code.jquery.com/ui/1.11.4/themes/excite-bike/jquery-ui.css')}
</%def>
${parent.body()}