Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
c8c3bf00
Commit
c8c3bf00
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#9985
: update grid classes in grid example
parent
fff5e540
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/grid/index.html
+7
-11
examples/grid/index.html
with
7 additions
and
11 deletions
+7
-11
examples/grid/index.html
+
7
-
11
View file @
c8c3bf00
...
@@ -87,8 +87,8 @@
...
@@ -87,8 +87,8 @@
<div
class=
"col-xs-6 col-md-4"
>
.col-xs-6 .col-md-4
</div>
<div
class=
"col-xs-6 col-md-4"
>
.col-xs-6 .col-md-4
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-xs-6
col-md-6"
>
.col-xs-6 .col-md
-6
</div>
<div
class=
"col-xs-6
"
>
.col-xs
-6
</div>
<div
class=
"col-xs-6
col-md-6"
>
.col-xs-6 .col-md
-6
</div>
<div
class=
"col-xs-6
"
>
.col-xs
-6
</div>
</div>
</div>
<hr>
<hr>
...
@@ -96,17 +96,13 @@
...
@@ -96,17 +96,13 @@
<h3>
Mixed: mobile, tablet, and desktop
</h3>
<h3>
Mixed: mobile, tablet, and desktop
</h3>
<p></p>
<p></p>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-xs-12 col-sm-
8
col-lg-8"
>
.col-xs-12 .col-lg-8
</div>
<div
class=
"col-xs-12 col-sm-
6
col-lg-8"
>
.col-xs-12
.col-sm-6
.col-lg-8
</div>
<div
class=
"col-xs-6
col-sm-4
col-lg-4"
>
.col-xs-6 .col-lg-4
</div>
<div
class=
"col-xs-6 col-lg-4"
>
.col-xs-6 .col-lg-4
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-xs-6 col-sm-4 col-lg-4"
>
.col-xs-6 .col-sm-4 .col-lg-4
</div>
<div
class=
"col-xs-6 col-sm-4"
>
.col-xs-6 .col-sm-4
</div>
<div
class=
"col-xs-6 col-sm-4 col-lg-4"
>
.col-xs-6 .col-sm-4 .col-lg-4
</div>
<div
class=
"col-xs-6 col-sm-4"
>
.col-xs-6 .col-sm-4
</div>
<div
class=
"col-xs-6 col-sm-4 col-lg-4"
>
.col-xs-6 .col-sm-4 .col-lg-4
</div>
<div
class=
"col-xs-6 col-sm-4"
>
.col-xs-6 .col-sm-4
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-xs-6 col-sm-6 col-lg-6"
>
.col-xs-6 .col-sm-6 .col-lg-6
</div>
<div
class=
"col-xs-6 col-sm-6 col-lg-6"
>
.col-xs-6 .col-sm-6 .col-lg-6
</div>
</div>
</div>
<hr>
<hr>
...
...
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
Menu
Explore
Projects
Groups
Snippets