fixed link in theming source

This commit is contained in:
Brandon Mathis 2011-07-24 18:12:06 -04:00
parent 6a8aaf3e19
commit cb32bb8fb2

View File

@ -45,7 +45,7 @@ and the other colors will derived for you. This isn't perfect, but it should do
Just like with colors, widths in `/sass/base/_layout.scss` are defined like `$max-width: 1200px !default;` and can be easily customized
by defining them in `sass/custom/_layout.scss`. Here's a look at the layout defaults.
{% codeblock Layout Defaults (_layout.scss) https://github.com/imathis/octopress/tree/master/.themes/classic/sass/base/_theme.scss view on Github %}
{% codeblock Layout Defaults (_layout.scss) https://github.com/imathis/octopress/tree/master/.themes/classic/sass/base/_layout.scss view on Github %}
$max-width: 1200px !default;
// Padding used for layout margins