Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
d10c889f
Commit
d10c889f
authored
Aug 24, 2015
by
Chris Rebert
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #17293 from twbs/fix-17263
Replace remaining instances of defunct .visible* classes in docs
parents
535b1c4b
1ec0c493
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
docs/examples/dashboard/index.html
docs/examples/dashboard/index.html
+1
-1
docs/examples/grid/index.html
docs/examples/grid/index.html
+1
-1
docs/examples/offcanvas/index.html
docs/examples/offcanvas/index.html
+1
-1
docs/layout/grid.md
docs/layout/grid.md
+2
-2
No files found.
docs/examples/dashboard/index.html
View file @
d10c889f
...
...
@@ -24,7 +24,7 @@
<body>
<nav
class=
"navbar navbar-dark navbar-fixed-top bg-inverse"
>
<button
type=
"button"
class=
"navbar-toggler
visible-xs
"
data-toggle=
"collapse"
data-target=
"#navbar"
aria-expanded=
"false"
aria-controls=
"navbar"
>
<button
type=
"button"
class=
"navbar-toggler
hidden-sm-up
"
data-toggle=
"collapse"
data-target=
"#navbar"
aria-expanded=
"false"
aria-controls=
"navbar"
>
<span
class=
"sr-only"
>
Toggle navigation
</span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
...
...
docs/examples/grid/index.html
View file @
d10c889f
...
...
@@ -150,7 +150,7 @@
<div
class=
"col-xs-6 col-sm-3"
>
.col-xs-6 .col-sm-3
</div>
<!-- Add the extra clearfix for only the required viewport -->
<div
class=
"clearfix
visible-xs
"
></div>
<div
class=
"clearfix
hidden-sm-up
"
></div>
<div
class=
"col-xs-6 col-sm-3"
>
.col-xs-6 .col-sm-3
</div>
<div
class=
"col-xs-6 col-sm-3"
>
.col-xs-6 .col-sm-3
</div>
...
...
docs/examples/offcanvas/index.html
View file @
d10c889f
...
...
@@ -48,7 +48,7 @@
<div
class=
"row row-offcanvas row-offcanvas-right"
>
<div
class=
"col-xs-12 col-sm-9"
>
<p
class=
"pull-right
visible-xs
"
>
<p
class=
"pull-right
hidden-sm-up
"
>
<button
type=
"button"
class=
"btn btn-primary btn-sm"
data-toggle=
"offcanvas"
>
Toggle nav
</button>
</p>
<div
class=
"jumbotron"
>
...
...
docs/layout/grid.md
View file @
d10c889f
...
...
@@ -317,7 +317,7 @@ Build on the previous example by creating even more dynamic and powerful layouts
<div
class=
"col-xs-6 col-sm-4"
>
.col-xs-6 .col-sm-4
</div>
<div
class=
"col-xs-6 col-sm-4"
>
.col-xs-6 .col-sm-4
</div>
<!-- Optional: clear the XS cols if their content doesn't match in height -->
<div
class=
"clearfix
visible-xs-block
"
></div>
<div
class=
"clearfix
hidden-sm-up
"
></div>
<div
class=
"col-xs-6 col-sm-4"
>
.col-xs-6 .col-sm-4
</div>
</div>
{% endexample %}
...
...
@@ -348,7 +348,7 @@ With the four tiers of grids available you're bound to run into issues where, at
<div
class=
"col-xs-6 col-sm-3"
>
.col-xs-6 .col-sm-3
</div>
<!-- Add the extra clearfix for only the required viewport -->
<div
class=
"clearfix
visible-xs-block
"
></div>
<div
class=
"clearfix
hidden-sm-up
"
></div>
<div
class=
"col-xs-6 col-sm-3"
>
.col-xs-6 .col-sm-3
</div>
<div
class=
"col-xs-6 col-sm-3"
>
.col-xs-6 .col-sm-3
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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