Some minor doc content changes

This commit is contained in:
Chris Eppstein 2010-04-25 11:26:37 -07:00
parent cde4b99e55
commit ef08276b3c
4 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
---
title: Compass Shared Utilities
crumb: Shared CSS Utilities
title: Shared CSS3 Utilities
crumb: CSS3 Utilities
framework: compass
stylesheet: compass/css3/_shared.scss
layout: core

View File

@ -13,4 +13,4 @@ classnames:
- render 'reference' do
%p
This module provides tools to help you with page layout.
So far, it's just the <code>sticky-footer</code> mixin.
So far, it's just the <code><a href="/docs/reference/compass/layout/sticky_footer/#mixin-sticky-footer">sticky-footer</a></code> mixin.

View File

@ -27,10 +27,11 @@ classnames:
</div>
</body>
If you use the default selectors, this mixin is simple to use:
If you use the default selectors, this mixin is simple to use.
Just mix it into the top level of your stylesheet:
@include sticky-footer(54px)
You can define the selectors yourself too:
You can also define the selectors yourself:
@include sticky-footer(54px, "#my-root", "#my-root-footer", "#my-footer")

View File

@ -11,5 +11,4 @@ classnames:
meta_description: Adds a CSS Reset into your stylesheet.
---
- render 'reference' do
%p
Lorem ipsum dolor sit amet.
This module applies the <a href="/docs/reference/compass/utilities/general/reset/#mixin-global-reset">global reset</a> to your stylesheet by simply importing it.