aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/default.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index 4af6e4c..0fcb7a3 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -8,11 +8,13 @@ nav {
float: right;
}
-nav#TOC:before {
+#TOC:before {
content: "Table of Contents";
}
-nav#TOC{
+#TOC{
+ display: inline;
+ float: right;
margin: 1rem;
}