From 2f2526e9925569e6de8e5fe39710ca5746b651a0 Mon Sep 17 00:00:00 2001 From: Matts Date: Sat, 11 Feb 2012 16:18:20 -0500 Subject: Increased margin bottom to 4em for nav bar. --- tuxlite_tbs/static/local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tuxlite_tbs') 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 */ -- cgit