]> git.plutz.net Git - confetti/blobdiff - static/prescriptions.css
make css files static
[confetti] / static / prescriptions.css
old mode 100755 (executable)
new mode 100644 (file)
similarity index 99%
rename from templates/prescriptions.css.sh
rename to static/prescriptions.css
index 3810eeb..0048655
@@ -1,4 +1,4 @@
-/*
+/*
 # Copyright 2016 Paul Hänsch
 #
 # This file is part of Confetti.
 # 
 # You should have received a copy of the GNU Affero General Public License
 # along with Confetti.  If not, see <http://www.gnu.org/licenses/>. 
+*/
 
-. ${0%/*}/cards.css.sh
+@import url("?static=cards.css");
 
-cat <<EOF
-/**/
 body {padding-bottom: 3em; }
 
 .trailbtn { display: none; }
@@ -295,6 +294,3 @@ input[name=presctype][value^=altpractition]:checked  ~ fieldset,
   .controls button[value=cancel],
   .controls button[value=delete] { width: 25%;}
 
-EOF
-
-# vi:set filetype=css: