From 0143710e78ae01bae78a3b760fc8410bc86a3b2b Mon Sep 17 00:00:00 2001 From: prathamesh Date: Fri, 11 Jul 2014 14:14:19 +0530 Subject: Moved templates and static inside the app. --- testapp/static/exam/css/login.css | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 testapp/static/exam/css/login.css (limited to 'testapp/static/exam/css/login.css') diff --git a/testapp/static/exam/css/login.css b/testapp/static/exam/css/login.css deleted file mode 100644 index a10cbaa..0000000 --- a/testapp/static/exam/css/login.css +++ /dev/null @@ -1,10 +0,0 @@ -label -{ - padding-top: 6px; - font-size: 15px; - line-height: 18px; - float: left; - width: 80px; - text-align: center; - color: #404040; - } -- cgit