diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-25 19:22:34 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-25 19:22:34 -0800 |
commit | d18d2ec8b79deaab200f5ab2edb94ade81e13ceb (patch) | |
tree | dfbcffd45aeb82a0f06a425c88d0351699a03579 /style.css | |
parent | 460e71a57bbfe9335be2453f2994f5efb7ac29ba (diff) |
manually fix stem code blocks
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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; |