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 */