From: Sam White Date: Fri, 10 Sep 2021 18:00:20 +0000 (+0000) Subject: Add navbar appending to identify different site versions. X-Git-Url: https://git.dalvak.com/public/?a=commitdiff_plain;h=73e445d175c048b396b9c1b13a4a7b43f9f7cf46;p=ycra.git Add navbar appending to identify different site versions. --- diff --git a/public_html/css/navbar.css b/public_html/css/navbar.css index 37460a9..2ec6602 100644 --- a/public_html/css/navbar.css +++ b/public_html/css/navbar.css @@ -154,6 +154,24 @@ nav div#quotes { font-style: italic; } +nav div#titleappend { + /* Vertically align.*/ + display: flex; + flex-direction: column; + justify-content: center; + + /* Position on right hand side of navigation bar. */ + margin-left: auto; + text-align: center; + + /* Pad appropriately. */ + padding: 1% 2%; + + /* Emphasise. */ + color: red; + font-weight: bold; +} + /* Hide collapsible menu checkbox. */ input#menutoggle { display: none; diff --git a/public_html/includes/navbar.php b/public_html/includes/navbar.php index 283b13a..f40d7a8 100644 --- a/public_html/includes/navbar.php +++ b/public_html/includes/navbar.php @@ -1,6 +1,7 @@ - + +
+