diff --git a/www/templates/catalog.css b/www/templates/html/css/catalog.css similarity index 74% rename from www/templates/catalog.css rename to www/templates/html/css/catalog.css index fc42b53b7d79e50d7c7b0985d41a350777cce7e9..8f55435250221f2463798ed008cbf49904a3fa34 100644 --- a/www/templates/catalog.css +++ b/www/templates/html/css/catalog.css @@ -1,18 +1,13 @@ @CHARSET "UTF-8"; #homepage.wdn-band { - background-image:url(images/main.jpg); + background-image:url(../images/main.jpg); background-repeat:no-repeat; background-position:center; background-size:cover; text-align:center; margin-bottom: 0; } - -#homepage h1 { - color:#FFF; - margin:0; -} #homepage ul { padding:0; } diff --git a/www/templates/images/main.jpg b/www/templates/html/images/main.jpg similarity index 100% rename from www/templates/images/main.jpg rename to www/templates/html/images/main.jpg diff --git a/www/templates/scripts/bulletin.functions.js b/www/templates/html/scripts/bulletin.functions.js similarity index 100% rename from www/templates/scripts/bulletin.functions.js rename to www/templates/html/scripts/bulletin.functions.js diff --git a/www/templates/images/bulletin-hideshow.gif b/www/templates/images/bulletin-hideshow.gif deleted file mode 100644 index 1a33649b0caa0fb99a792d5a456db6e803278e70..0000000000000000000000000000000000000000 Binary files a/www/templates/images/bulletin-hideshow.gif and /dev/null differ diff --git a/www/templates/images/xcri.png b/www/templates/images/xcri.png deleted file mode 100644 index 0fb8756042255b54fa25c47314f5457ec347f256..0000000000000000000000000000000000000000 Binary files a/www/templates/images/xcri.png and /dev/null differ