From 9def31f374daeee605f041538fdb34bdd72c83a8 Mon Sep 17 00:00:00 2001 From: "A. Svensson" Date: Sun, 22 Feb 2015 12:47:30 +0100 Subject: [PATCH] Added a navbar divider and link to the byond page. --- src/static/css/style.css | 7 +++++++ src/templates/base_site.html | 4 ++++ 2 files changed, 11 insertions(+) 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 @@