mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 22:42:17 +00:00
Start building a page to select items based on category.
Requires some new CSS for the side nav.
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -137,3 +137,20 @@ textarea {
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
.toc-nav {
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
|
||||
&.affix {
|
||||
top: $navbar-height;
|
||||
}
|
||||
}
|
||||
|
||||
.anchor {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: -$navbar-height - 10px;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user