From 5edc89cfa03289b06f888c6efa8f67a70c051566 Mon Sep 17 00:00:00 2001 From: Rob Szumski Date: Fri, 23 Oct 2015 23:50:50 +0000 Subject: [PATCH] sq: text formatting --- static/css/pages/plans.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/static/css/pages/plans.css b/static/css/pages/plans.css index 97aef6b66..ecd7e20c0 100644 --- a/static/css/pages/plans.css +++ b/static/css/pages/plans.css @@ -283,3 +283,12 @@ .plans-panel .faq-col h4:first-child { margin-top: 0px; } + +.plans-panel .faq-col > b { + margin-bottom: 10px; + display: block; +} + +.plans-panel .faq-col p+b { + margin-top: 20px; +}