diff --git a/.gitignore b/.gitignore index a25ca90..99eb3f0 100755 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ hitcount.txt *.swp data images/* +webroot/custom.css diff --git a/webroot/custom.css b/webroot/custom.css deleted file mode 100644 index ba7834c..0000000 --- a/webroot/custom.css +++ /dev/null @@ -1,4 +0,0 @@ -* { -font-family: sans-serif; - -}