diff --git a/src/static/css/style.css b/src/static/css/style.css index fa1bb43..778e461 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -50,6 +50,13 @@ body { text-decoration: none; } +#navbar .divider { + border-left: 1px #999 solid; + height: 20px; + position: relative; + top: 5px; +} + /* Page content ***************************************************************/ #content { background-color: #fff; diff --git a/src/templates/base_site.html b/src/templates/base_site.html index 35a8ef6..76fba1b 100644 --- a/src/templates/base_site.html +++ b/src/templates/base_site.html @@ -17,6 +17,10 @@