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/question_quiz.css | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 testapp/static/exam/css/question_quiz.css (limited to 'testapp/static/exam/css/question_quiz.css') diff --git a/testapp/static/exam/css/question_quiz.css b/testapp/static/exam/css/question_quiz.css deleted file mode 100644 index b702bd4..0000000 --- a/testapp/static/exam/css/question_quiz.css +++ /dev/null @@ -1,18 +0,0 @@ -table th, table td - { - text-align: left; - } - -.mini-text -{ - height : 9px; - width : 30px; -} -.select-type -{ - width : 80px; -} -.tag-text -{ - width : 290px; -} -- cgit