From cb32bb8fb230bc128160d368d3a815549d68432b Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Sun, 24 Jul 2011 18:12:06 -0400 Subject: [PATCH] fixed link in theming source --- source/docs/theming/index.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/theming/index.markdown b/source/docs/theming/index.markdown index aa1a5e9..39f306e 100644 --- a/source/docs/theming/index.markdown +++ b/source/docs/theming/index.markdown @@ -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