summaryrefslogtreecommitdiff
path: root/nn.css
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-26 23:57:30 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-26 23:57:30 -0800
commitcae98695941b9ef67d82aad4eb5966026dee85bc (patch)
tree0623f079e6cbe61785dfcaaf98c0f76f5dbb8472 /nn.css
parent345604319b0394296e7f6466505ec4469456a266 (diff)
downloadnng-cae98695941b9ef67d82aad4eb5966026dee85bc.tar.gz
nng-cae98695941b9ef67d82aad4eb5966026dee85bc.tar.bz2
nng-cae98695941b9ef67d82aad4eb5966026dee85bc.zip
Publishing updates for tip
Diffstat (limited to 'nn.css')
-rw-r--r--nn.css16
1 files changed, 3 insertions, 13 deletions
diff --git a/nn.css b/nn.css
index aacc49ed..88dc3ea4 100644
--- a/nn.css
+++ b/nn.css
@@ -459,26 +459,16 @@ video {
/* table of Contents sidebar */
-.toc2 {
- display: flex;
- bottom: 0;
-}
-
-body.toc2 {
- align-items: flex-start;
- flex-direction: row;
-}
-
nav.toc2 {
overflow-y: auto;
- display: inline-block;
+ display: flex;
+ flex-direction: column;
vertical-align: top;
z-index: 10;
position: fixed;
top: 5em;
bottom: 6.5em;
padding: 1.25em 1em;
- flex-direction: column;
}
@media screen and (maxwidth: 768px) {
@@ -515,7 +505,7 @@ nav.toc2 {
main {
padding-left: 20em;
padding-top: 5em;
- display: inline-block;
+ display: block;
max-width: 62.5em;
overflow-y: auto
}