diff options
author | Matts <s@tuxlite.com> | 2012-02-11 16:18:20 -0500 |
---|---|---|
committer | Matts <s@tuxlite.com> | 2012-02-11 16:18:20 -0500 |
commit | 2f2526e9925569e6de8e5fe39710ca5746b651a0 (patch) | |
tree | 35fda16dccefeac7e84ee3509adf3a151ecc6efc /tuxlite_tbs | |
parent | dc51c2c8da3d3c8570ffcdee11f01544ec1c90ce (diff) | |
download | pelican-themes-2f2526e9925569e6de8e5fe39710ca5746b651a0.tar.gz |
Increased margin bottom to 4em for nav bar.
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r-- | tuxlite_tbs/static/local.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tuxlite_tbs/static/local.css b/tuxlite_tbs/static/local.css index b8578b0..4b15421 100644 --- a/tuxlite_tbs/static/local.css +++ b/tuxlite_tbs/static/local.css @@ -21,7 +21,7 @@ .navbar .nav > li > a { color: #49AFCD; } .navbar .divider-vertical { border-right: 1px solid #4D4D4D; } -.navbar { margin-bottom: 35px; } +.navbar { margin-bottom: 4em; } /* Styling for elements */ |