summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-01-26 23:40:30 -0800
committerGarrett D'Amore <garrett@damore.org>2020-01-26 23:40:30 -0800
commit03bc93320de4fcfdc0e636f878aaf1a461610436 (patch)
treea29e63e2aacebf71109e88ea9cb3067929d6237a
parentc6c1d69d02bac0a9c4f2809b2855724c9a0a61ae (diff)
downloadnng-03bc93320de4fcfdc0e636f878aaf1a461610436.tar.gz
nng-03bc93320de4fcfdc0e636f878aaf1a461610436.tar.bz2
nng-03bc93320de4fcfdc0e636f878aaf1a461610436.zip
Tweaks for top.
-rw-r--r--nn.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/nn.css b/nn.css
index ecf3b07e..c5eb3964 100644
--- a/nn.css
+++ b/nn.css
@@ -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) {