From bbb22c140f7ee1b8c0882e40dd8c1aebee98c0f0 Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 31 Dec 2013 02:07:14 -0800 Subject: [PATCH] Bootstrap3 styling fixes --- e107_themes/bootstrap3/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/e107_themes/bootstrap3/style.css b/e107_themes/bootstrap3/style.css index e09e84afd..1f9e476aa 100644 --- a/e107_themes/bootstrap3/style.css +++ b/e107_themes/bootstrap3/style.css @@ -1,10 +1,15 @@ /* Move down content because we have a fixed navbar that is 50px tall */ body { - padding-top: 70px; + padding-top: 50px; padding-bottom: 20px; } +#sidebar { + padding-top:20px; +} + +.alert { margin-top:20px } /* Sign in Page */