aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/static
diff options
context:
space:
mode:
authorBrian Levin <brianlevin@fluorine.kiewit.dartmouth.edu>2016-06-01 17:38:49 -0400
committerBrian Levin <brianlevin@fluorine.kiewit.dartmouth.edu>2016-06-01 17:38:49 -0400
commit35d54746404b6ddcca5a47ba58d4abc2ce24226c (patch)
tree7840c7bf0c1fb1eb5f9c4edd6b411181d77dd6dc /pelican-bootstrap3/static
parent4fa865ee2ec2265cf725dbbdd86d0e5e13e155ee (diff)
downloadpelican-themes-35d54746404b6ddcca5a47ba58d4abc2ce24226c.tar.gz
Logo/Site Name Navbar issue
Fixed issue where if you had both your site name and your site logo turned on, they sat on top of each other. Now they sit next to each other.
Diffstat (limited to 'pelican-bootstrap3/static')
-rw-r--r--pelican-bootstrap3/static/css/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/pelican-bootstrap3/static/css/style.css b/pelican-bootstrap3/static/css/style.css
index 4f23c18..646765a 100644
--- a/pelican-bootstrap3/static/css/style.css
+++ b/pelican-bootstrap3/static/css/style.css
@@ -231,3 +231,11 @@ figure.floatcenter, .align-center {
margin:-50px 0 0;
/* negative fixed header height */
}
+
+.gap-right {
+ margin-right: 10px;
+}
+
+.gap-left {
+ margin-left: 10px;
+}