Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
81d5e6eb
Commit
81d5e6eb
authored
5 years ago
by
Martijn Cuppens
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Clarify order documentation (#29252)
parent
38d055e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
site/docs/4.3/layout/grid.md
+6
-6
site/docs/4.3/layout/grid.md
with
6 additions
and
6 deletions
+6
-6
site/docs/4.3/layout/grid.md
+
6
-
6
View file @
81d5e6eb
...
@@ -552,13 +552,13 @@ Use `.order-` classes for controlling the **visual order** of your content. Thes
...
@@ -552,13 +552,13 @@ Use `.order-` classes for controlling the **visual order** of your content. Thes
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col"
>
<div
class=
"col"
>
First
, but unorder
ed
First
in DOM, no order appli
ed
</div>
</div>
<div
class=
"col order-12"
>
<div
class=
"col order-12"
>
Second
, but last
Second
in DOM, with a larger order
</div>
</div>
<div
class=
"col order-1"
>
<div
class=
"col order-1"
>
Third
, but first
Third
in DOM, with an order of 1
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -573,13 +573,13 @@ There are also responsive `.order-first` and `.order-last` classes that change t
...
@@ -573,13 +573,13 @@ There are also responsive `.order-first` and `.order-last` classes that change t
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col order-last"
>
<div
class=
"col order-last"
>
First
, but
last
First
in DOM, ordered
last
</div>
</div>
<div
class=
"col"
>
<div
class=
"col"
>
Second
, but
unordered
Second
in DOM,
unordered
</div>
</div>
<div
class=
"col order-first"
>
<div
class=
"col order-first"
>
Third
, but
first
Third
in DOM, ordered
first
</div>
</div>
</div>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment