diff options
author | Jayaram Pai | 2014-03-19 13:34:59 +0530 |
---|---|---|
committer | Jayaram Pai | 2014-03-19 13:34:59 +0530 |
commit | 7c74b30aafb85b026ce846de8d2fb6a514d6e4ae (patch) | |
tree | a2d4f0c772c04ef590d457e09282f267b1896ffc /static/website/css | |
parent | dffa556eede4d633879e55b60bf95e4469c530c0 (diff) | |
download | spoken-tutorial-forums-7c74b30aafb85b026ce846de8d2fb6a514d6e4ae.tar.gz spoken-tutorial-forums-7c74b30aafb85b026ce846de8d2fb6a514d6e4ae.tar.bz2 spoken-tutorial-forums-7c74b30aafb85b026ce846de8d2fb6a514d6e4ae.zip |
temporarly removing voting html/css
Diffstat (limited to 'static/website/css')
-rw-r--r-- | static/website/css/main.css | 12 |
1 files changed, 6 insertions, 6 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; |