Fix grammatical error

This commit is contained in:
Nick Aldwin 2011-08-17 03:06:55 -03:00
parent 98ceed81e8
commit 8c0aa92636

View File

@ -22,7 +22,7 @@ $sidebar-link-color: saturate(#526f9a, 10);
$sidebar-link-color-hover: darken(#7ab662, 9); $sidebar-link-color-hover: darken(#7ab662, 9);
{% endcodeblock %} {% endcodeblock %}
The custom colors file has some commented out colors you can The theme file is broken up into sections to make it easier to read through. Here's a look at the navigation section of `sass/base/_theme.scss`. The custom colors file has some commented out colors you can use. The theme file is broken up into sections to make it easier to read through. Here's a look at the navigation section of `sass/base/_theme.scss`.
{% codeblock Navigation (sass/base/_theme.scss) https://github.com/imathis/octopress/tree/master/.themes/classic/sass/base/_theme.scss View on Github %} {% codeblock Navigation (sass/base/_theme.scss) https://github.com/imathis/octopress/tree/master/.themes/classic/sass/base/_theme.scss View on Github %}
/* Navigation */ /* Navigation */