From 4dfc5c1d67ab50752a38a69949f546475d1b3e7e Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 17 Jul 2011 20:28:02 -0400 Subject: scoped titlebar styling to figcaptions under figures with role="code", added an example for overriding a style in sass/custom/styles.scss --- .themes/classic/sass/custom/_styles.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.themes/classic/sass/custom') diff --git a/.themes/classic/sass/custom/_styles.scss b/.themes/classic/sass/custom/_styles.scss index 91ffcccf..e0e19753 100644 --- a/.themes/classic/sass/custom/_styles.scss +++ b/.themes/classic/sass/custom/_styles.scss @@ -1,2 +1,7 @@ // This File is imported last, and will override other styles in the cascade // Add styles here to make changes without digging in too much + +// For example if you want indented lists on all screen sizes uncomment the following lines +// #content article { +// ul, ol { margin-left: 1.4em; } +// } -- cgit v1.2.1