Created
February 12, 2012 12:29
-
-
Save don9z/1808271 to your computer and use it in GitHub Desktop.
Make list indented in Octopress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/sass/base/_layout.scss b/sass/base/_layout.scss | |
| index ad99c6a..73b48c6 100644 | |
| --- a/sass/base/_layout.scss | |
| +++ b/sass/base/_layout.scss | |
| @@ -12,7 +12,7 @@ $sidebar-pad-medium: 15px !default; | |
| $sidebar-pad-wide: 20px !default; | |
| $sidebar-width-wide: 300px !default; | |
| -$indented-lists: false !default; | |
| +$indented-lists: true !default; | |
| $header-font-size: 1em !default; | |
| $header-padding-top: 1.5em !default; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment