diff --git a/doc-src/content/stylesheets/main.sass b/doc-src/content/stylesheets/main.sass index af9fb796..8db1beab 100644 --- a/doc-src/content/stylesheets/main.sass +++ b/doc-src/content/stylesheets/main.sass @@ -21,8 +21,9 @@ body background: #F5F5F5 h2 font-size: 16px - ul - padding: 5px + ul, ol + list-style-position: inside + padding-left: 10px // Typography @@ -136,4 +137,9 @@ body#home #logo +replace-text("compass.png", 0px) height: 159px +p code + border: 1px solid #ccc + background-color: #f2f2f2 + padding: 2px + @import partials/syntax.sass \ No newline at end of file