From 1bb83ea2c0e497c7f1e01b5feb7e62c49a8a3e9a Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Mon, 2 Oct 2017 15:17:48 +0100 Subject: [PATCH] Add comment to CSS --- .../src/main/webapp/themes/tenderfoot/css/tenderfoot.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css b/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css index 5309e75f..28ab385b 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css +++ b/webapp/src/main/webapp/themes/tenderfoot/css/tenderfoot.css @@ -16,6 +16,13 @@ legend { width: 100%; z-index: 10; } +/* + If you don't want navbar that anchors to the top of the screen, replace with + + #nav.affix { + position: relative; + } + */ #nav .container { padding-left: 0px;