aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blog/index.org2
-rw-r--r--style.css10
2 files changed, 10 insertions, 2 deletions
diff --git a/blog/index.org b/blog/index.org
index a894a6d..48270d4 100644
--- a/blog/index.org
+++ b/blog/index.org
@@ -14,7 +14,7 @@ This blog is not going to be for my personal life in any capacity,
technical or otherwise. Think about the blog like a mix between
the wiki format of the mindmap and the journal format.
-* Blog Articles
+Blog Articles:
@@html: <div class="links-page">@@
#+begin_src shell :results output raw :exports both
for f in *;
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;