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
32bde78e
Commit
32bde78e
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
grid class inconsistency /cc @juthilo
parent
e033c5be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/css/grid.html
+5
-5
docs/_includes/css/grid.html
with
5 additions
and
5 deletions
+5
-5
docs/_includes/css/grid.html
+
5
-
5
View file @
32bde78e
...
@@ -353,10 +353,10 @@
...
@@ -353,10 +353,10 @@
Level 1: .col-md-9
Level 1: .col-md-9
<div
class=
"row show-grid"
>
<div
class=
"row show-grid"
>
<div
class=
"col-xs-8 col-sm-6"
>
<div
class=
"col-xs-8 col-sm-6"
>
Level 2: .col-xs-8 .col-m
d
-6
Level 2: .col-xs-8 .col-
s
m-6
</div>
</div>
<div
class=
"col-xs-4 col-sm-6"
>
<div
class=
"col-xs-4 col-sm-6"
>
Level 2: .col-xs-4 .col-m
d
-6
Level 2: .col-xs-4 .col-
s
m-6
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -364,13 +364,13 @@
...
@@ -364,13 +364,13 @@
{% highlight html %}
{% highlight html %}
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-9"
>
<div
class=
"col-sm-9"
>
Level 1: .col-m
d
-9
Level 1: .col-
s
m-9
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-xs-8 col-sm-6"
>
<div
class=
"col-xs-8 col-sm-6"
>
Level 2: .col-xs-8 .col-m
d
-6
Level 2: .col-xs-8 .col-
s
m-6
</div>
</div>
<div
class=
"col-xs-4 col-sm-6"
>
<div
class=
"col-xs-4 col-sm-6"
>
Level 2: .col-xs-4 .col-m
d
-6
Level 2: .col-xs-4 .col-
s
m-6
</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