]> git.plutz.net Git - confetti/blobdiff - static/email.css
make css files static
[confetti] / static / email.css
old mode 100755 (executable)
new mode 100644 (file)
similarity index 98%
rename from templates/email.css.sh
rename to static/email.css
index 07b8faa..e935189
@@ -1,3 +1,4 @@
+/*
 # Copyright 2014 Paul Hänsch
 #
 # This file is part of Confetti.
@@ -14,8 +15,7 @@
 # 
 # You should have received a copy of the GNU Affero General Public License
 # along with Confetti.  If not, see <http://www.gnu.org/licenses/>. 
-
-cat <<EOF
+*/
 
 .filter {
   display: block;
@@ -155,6 +155,3 @@ cat <<EOF
   font-size: 1.2em;
 }
 
-EOF
-
-# vi:set filetype=css: