diff options
Diffstat (limited to 'pelican-bootstrap3/static/css/style.css')
-rw-r--r-- | pelican-bootstrap3/static/css/style.css | 8 |
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; +} |