From: Martijn Cuppens Date: Fri, 16 Aug 2019 08:23:51 +0000 (+0200) Subject: Clarify order documentation (#29252) X-Git-Tag: v5.0.0-alpha1~851 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=361ab8063df9bb3a7f7f02c3f104b2a012a2e54b;p=thirdparty%2Fbootstrap.git Clarify order documentation (#29252) --- diff --git a/site/content/docs/4.3/layout/grid.md b/site/content/docs/4.3/layout/grid.md index 11fff040e9..9ea65e8071 100644 --- a/site/content/docs/4.3/layout/grid.md +++ b/site/content/docs/4.3/layout/grid.md @@ -536,13 +536,13 @@ Use `.order-` classes for controlling the **visual order** of your content. Thes
- First, but unordered + First in DOM, no order applied
- Second, but last + Second in DOM, with a larger order
- Third, but first + Third in DOM, with an order of 1
@@ -556,13 +556,13 @@ There are also responsive `.order-first` and `.order-last` classes that change t
- First, but last + First in DOM, ordered last
- Second, but unordered + Second in DOM, unordered
- Third, but first + Third in DOM, ordered first