X-Git-Url: https://projects.mako.cc/source/yourule/blobdiff_plain/c61d6a6300242da86d532d34bb0506e04c9de658:/static/style.css..e9647b2143c8c4ec343d66ad3083aabd77659b14:/templates/style.css.tmpl?ds=sidebyside diff --git a/static/style.css b/templates/style.css.tmpl similarity index 78% rename from static/style.css rename to templates/style.css.tmpl index b589157..5fe6171 100644 --- a/static/style.css +++ b/templates/style.css.tmpl @@ -39,7 +39,11 @@ em { #header { width: 885px; height: 138px; - background: url(/static/images/yourule_banner.png); + /* background: url(<%= homepath %>/static/images/yourule_banner.png); */ +} + +#header a img { + border: none; } #header h1, #header h2 { @@ -48,23 +52,23 @@ em { .mainbox { margin-top: 1em; - background: url(/static/images/tl.png) no-repeat top left; + background: url(<%= homepath %>/static/images/tl.png) no-repeat top left; } .mainbox_top { - background: url(/static/images/tr.png) no-repeat top right; + background: url(<%= homepath %>/static/images/tr.png) no-repeat top right; } .mainbox_bottom { - background: url(/static/images/bl.png) no-repeat bottom left; + background: url(<%= homepath %>/static/images/bl.png) no-repeat bottom left; } .mainbox_bottom div { - background: url(/static/images/br.png) no-repeat bottom right; + background: url(<%= homepath %>/static/images/br.png) no-repeat bottom right; } .mainbox_content { - background: url(/static/images/r.png) top right repeat-y; + background: url(<%= homepath %>/static/images/r.png) top right repeat-y; }