From 30ce4d96a8e08d2889c54e8468d8d43442820764 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 1 Apr 2013 09:53:44 +0100 Subject: [PATCH] Cleanup gitignore and remove unneeded CSS --- .gitignore | 6 ++---- app/vapemap/static/css/base.css | 12 ------------ 2 files changed, 2 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 094f4cc..11aa404 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ .idea *.pyc *.sqlite3 +.vagrant static/ -app/static/ -app/media/ -!app/*/static -.vagrant \ No newline at end of file +!app/*/static/ \ No newline at end of file diff --git a/app/vapemap/static/css/base.css b/app/vapemap/static/css/base.css index 2a0bfcd..9306a98 100644 --- a/app/vapemap/static/css/base.css +++ b/app/vapemap/static/css/base.css @@ -1,15 +1,3 @@ -.epiceditor-container { - -webkit-box-shadow: inset 0 1px 1px; - -moz-box-shadow: inset 0 1px 1px; - box-shadow: inset 0 1px 1px; - -webkit-transition: border linear .2s,box-shadow linear .2s; - -moz-transition: border linear .2s,box-shadow linear .2s; - -o-transitiion: border linear .2s,box-shadow linear .2s; - transition: border linear .2s,box-shadow linear .2s; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} .map label { width: auto; display:inline; } .map img { max-width: none; } .jumbotron { text-align: center } \ No newline at end of file