From: Geoff Kimball Date: Tue, 8 Mar 2016 00:00:51 +0000 (-0800) Subject: In grid docs, replace references to 'reset' source order classes with push-0 and... X-Git-Tag: v6.2.2-rc1~4^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305edc33445913d8cd3b7949ac3694a99405889c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git In grid docs, replace references to 'reset' source order classes with push-0 and pull-0 classes, closes #8343 --- diff --git a/docs/pages/grid.md b/docs/pages/grid.md index b34c61555..6e1da67c7 100644 --- a/docs/pages/grid.md +++ b/docs/pages/grid.md @@ -383,7 +383,7 @@ Center your columns by adding a class of `.small-centered` to your column. Large ### Source Ordering -Using these source ordering classes, you can shift columns around between our breakpoints. This means if you place sub-navigation below main content on small displays, you have the option to position the sub-navigation on either the left or right of the page for large displays. Prefix push/pull with the size of the device you want to apply the styles to. `.medium-push-#`, `.large-push-#` is the syntax you'll use. Use large-reset-order to reset pushed or pulled columns to their original position on large screens. +Using these source ordering classes, you can shift columns around between our breakpoints. This means if you place sub-navigation below main content on small displays, you have the option to position the sub-navigation on either the left or right of the page for large displays. Prefix push/pull with the size of the device you want to apply the styles to. `.medium-push-#`, `.large-push-#` is the syntax you'll use. Use the number 0 instead to reset a push/pull, such as `.medium-push-0` or `.large-pull-0`. ```html