whole bunch of changes to make things work cleanly on the server
[yourule] / templates / style.css.tmpl
similarity index 78%
rename from static/style.css
rename to templates/style.css.tmpl
index b5891575b8ef1abc461dccf2407ca532cce1b628..5fe6171f0700a9501a4a0e18bf50337316754512 100644 (file)
@@ -39,7 +39,11 @@ em {
 #header {
   width: 885px;
   height: 138px;
 #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 {
 }
 
 #header h1, #header h2 {
@@ -48,23 +52,23 @@ em {
 
 .mainbox {
   margin-top: 1em;
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .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 {
 }
 
 .mainbox_content {
-  background: url(/static/images/r.png) top right repeat-y;
+  background: url(<%= homepath %>/static/images/r.png) top right repeat-y;
 }
 
 
 }
 
 

Benjamin Mako Hill || Want to submit a patch?