aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/style.css b/style.css
index d3dc6f9..c2b67ab 100644
--- a/style.css
+++ b/style.css
@@ -160,10 +160,12 @@ pre {
display: block;
font-size: 15px;
}
+
#table-of-contents ul {
list-style-type: none;
padding-left: 0;
}
+
.content {
margin-left: 160px; /* Same as the width of the sidebar */
padding: 0px 10px;
@@ -181,9 +183,15 @@ pre {
.preamble {
font-size: 20px;
}
+
+.postamble {
+ text-align: center;
+}
+
pre.src-stem:before {
- content: "stem";
+ content: "Stem";
}
+
.links-page > ul {
columns: 2;
-webkit-columns: 2;