Add comment to CSS

This commit is contained in:
Graham Triggs 2017-10-02 15:17:48 +01:00
parent e81680ecd3
commit 1bb83ea2c0

View file

@ -16,6 +16,13 @@ legend {
width: 100%; width: 100%;
z-index: 10; 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 { #nav .container {
padding-left: 0px; padding-left: 0px;