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
89d437de
Commit
89d437de
authored
Sep 25, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm redundant grid column classes from responsive utilities demos
parent
e26fcf47
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
docs/_includes/css/responsive-utilities.html
docs/_includes/css/responsive-utilities.html
+12
-12
No files found.
docs/_includes/css/responsive-utilities.html
View file @
89d437de
...
...
@@ -178,29 +178,29 @@
</div>
</div>
<div
class=
"row responsive-utilities-test visible-on"
>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-xs hidden-sm"
>
Extra small and small
</span>
<span
class=
"visible-xs-block visible-sm-block"
>
✔
Visible on x-small and small
</span>
</div>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-md hidden-lg"
>
Medium and large
</span>
<span
class=
"visible-md-block visible-lg-block"
>
✔
Visible on medium and large
</span>
</div>
<div
class=
"clearfix visible-xs-block"
></div>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-xs hidden-md"
>
Extra small and medium
</span>
<span
class=
"visible-xs-block visible-md-block"
>
✔
Visible on x-small and medium
</span>
</div>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-sm hidden-lg"
>
Small and large
</span>
<span
class=
"visible-sm-block visible-lg-block"
>
✔
Visible on small and large
</span>
</div>
<div
class=
"clearfix visible-xs-block"
></div>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-xs hidden-lg"
>
Extra small and large
</span>
<span
class=
"visible-xs-block visible-lg-block"
>
✔
Visible on x-small and large
</span>
</div>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-sm hidden-md"
>
Small and medium
</span>
<span
class=
"visible-sm-block visible-md-block"
>
✔
Visible on small and medium
</span>
</div>
...
...
@@ -228,29 +228,29 @@
</div>
</div>
<div
class=
"row responsive-utilities-test hidden-on"
>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-xs hidden-sm"
>
Extra small and small
</span>
<span
class=
"visible-xs-block visible-sm-block"
>
✔
Hidden on x-small and small
</span>
</div>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-md hidden-lg"
>
Medium and large
</span>
<span
class=
"visible-md-block visible-lg-block"
>
✔
Hidden on medium and large
</span>
</div>
<div
class=
"clearfix visible-xs-block"
></div>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-xs hidden-md"
>
Extra small and medium
</span>
<span
class=
"visible-xs-block visible-md-block"
>
✔
Hidden on x-small and medium
</span>
</div>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-sm hidden-lg"
>
Small and large
</span>
<span
class=
"visible-sm-block visible-lg-block"
>
✔
Hidden on small and large
</span>
</div>
<div
class=
"clearfix visible-xs-block"
></div>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-xs hidden-lg"
>
Extra small and large
</span>
<span
class=
"visible-xs-block visible-lg-block"
>
✔
Hidden on x-small and large
</span>
</div>
<div
class=
"col-xs-6
col-sm-6
"
>
<div
class=
"col-xs-6"
>
<span
class=
"hidden-sm hidden-md"
>
Small and medium
</span>
<span
class=
"visible-sm-block visible-md-block"
>
✔
Hidden on small and medium
</span>
</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