From 3b3d286cdf7c1c0a0c691eca3df8d5407516612c Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 27 Mar 2010 23:24:41 -0700 Subject: [PATCH] Some styles. --- doc-src/content/stylesheets/main.sass | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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