diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-01-26 23:40:30 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-01-26 23:40:30 -0800 |
| commit | 03bc93320de4fcfdc0e636f878aaf1a461610436 (patch) | |
| tree | a29e63e2aacebf71109e88ea9cb3067929d6237a /nn.css | |
| parent | c6c1d69d02bac0a9c4f2809b2855724c9a0a61ae (diff) | |
| download | nng-03bc93320de4fcfdc0e636f878aaf1a461610436.tar.gz nng-03bc93320de4fcfdc0e636f878aaf1a461610436.tar.bz2 nng-03bc93320de4fcfdc0e636f878aaf1a461610436.zip | |
Tweaks for top.
Diffstat (limited to 'nn.css')
| -rw-r--r-- | nn.css | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -431,8 +431,8 @@ a span.icon>.fa { color: #bf0000 } -#nn-version-note { - font-size: .9em; +.nn-version-note { + font-size: .95em; } /* image */ @@ -460,12 +460,15 @@ video { /* table of Contents sidebar */ .toc2 { - padding: 1.25em 1em; display: flex; flex-direction: column; bottom: 0; } +body.toc2 { + align-items: flex-start; +} + nav.toc2 { overflow-y: auto; display: inline-block; @@ -474,6 +477,7 @@ nav.toc2 { position: fixed; top: 5em; bottom: 6.5em; + padding: 1.25em 1em; } @media screen and (maxwidth: 768px) { |
