From 3c05f97f9e0748b658db46c28af28e6234484dfc Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 30 Apr 2014 23:59:24 -0700 Subject: [PATCH] some /faq page layout fixes --- app/assets/stylesheets/common/base/faqs.scss | 16 +++++----------- app/assets/stylesheets/mobile/faqs.scss | 1 - 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/app/assets/stylesheets/common/base/faqs.scss b/app/assets/stylesheets/common/base/faqs.scss index ee4f58c06e1..4cd2f3fde9b 100644 --- a/app/assets/stylesheets/common/base/faqs.scss +++ b/app/assets/stylesheets/common/base/faqs.scss @@ -21,19 +21,13 @@ margin-bottom: 8px; } - ul, - ol { + ul:not(.nav-pills), + ol:not(.nav-pills) { margin-left: 40px; } - - .container { - @extend .clearfix; - width: 960px; - margin: 0 auto; - padding: 20px 10px; - margin-top: -60px; - } - + /* intended only for /faq, /tos, and /privacy */ + width: 700px; + padding-left:20px; } diff --git a/app/assets/stylesheets/mobile/faqs.scss b/app/assets/stylesheets/mobile/faqs.scss index 9a9145fab95..5ac1191f374 100644 --- a/app/assets/stylesheets/mobile/faqs.scss +++ b/app/assets/stylesheets/mobile/faqs.scss @@ -13,6 +13,5 @@ } .nav-pills { - // margin-left:0px !important; this style affects everything, and it has !important! yuck. font: 13px/18px "Helvetica Neue",Helvetica,Arial,sans-serif; }