]> git.plutz.net Git - confetti/blobdiff - static/categories.css
make css files static
[confetti] / static / categories.css
old mode 100755 (executable)
new mode 100644 (file)
similarity index 98%
rename from templates/categories.css.sh
rename to static/categories.css
index 31381a5..6b855ab
@@ -1,3 +1,4 @@
+/*
 # Copyright 2014, 2015 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
+*/
 
 form.categories {
   display: block;
@@ -93,6 +93,3 @@ ul.namelist ul li {
   display: inline-block;
   margin: 0 1ex 0 0;
 }
-EOF
-
-# vi:set filetype=css: