From d18d2ec8b79deaab200f5ab2edb94ade81e13ceb Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 25 Jan 2024 19:22:34 -0800 Subject: manually fix stem code blocks --- style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'style.css') 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; -- cgit