From 7c74b30aafb85b026ce846de8d2fb6a514d6e4ae Mon Sep 17 00:00:00 2001 From: Jayaram Pai Date: Wed, 19 Mar 2014 13:34:59 +0530 Subject: temporarly removing voting html/css --- static/website/css/main.css | 12 ++++++------ static/website/templates/get-question.html | 23 ++--------------------- 2 files changed, 8 insertions(+), 27 deletions(-) diff --git a/static/website/css/main.css b/static/website/css/main.css index ac93f8f..b1317f8 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -75,9 +75,9 @@ body { .voted { color: orange; } -.question-wrapper { - padding-left: 0; -} +/* .question-wrapper { */ +/* padding-left: 0; */ +/* } */ #content .question { position: relative; padding: 15px 0 15px 0; @@ -197,9 +197,9 @@ table .title a { .saved { background: lightgreen; } -.answer-wrapper { - padding-left: 0px; -} +/* .answer-wrapper { */ +/* padding-left: 0px; */ +/* } */ #content .answer { position: relative; border-bottom: 1px solid #f5f5f5; diff --git a/static/website/templates/get-question.html b/static/website/templates/get-question.html index 2ef71b1..3d2d3f0 100644 --- a/static/website/templates/get-question.html +++ b/static/website/templates/get-question.html @@ -9,17 +9,7 @@