Add comment to CSS
This commit is contained in:
parent
e81680ecd3
commit
1bb83ea2c0
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue