diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-17 20:28:02 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-17 20:28:02 -0400 |
commit | 4dfc5c1d67ab50752a38a69949f546475d1b3e7e (patch) | |
tree | 0dc3cb3330bb324b3cb4cb117298f81d3467e501 /.themes/classic/sass/custom | |
parent | 790521a44b12c6a287d0d52c80aafe6c93fc341f (diff) | |
download | my_new_personal_website-4dfc5c1d67ab50752a38a69949f546475d1b3e7e.tar.xz my_new_personal_website-4dfc5c1d67ab50752a38a69949f546475d1b3e7e.zip |
scoped titlebar styling to figcaptions under figures with role="code", added an example for overriding a style in sass/custom/styles.scss
Diffstat (limited to '.themes/classic/sass/custom')
-rw-r--r-- | .themes/classic/sass/custom/_styles.scss | 5 |
1 files changed, 5 insertions, 0 deletions
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; } +// } |