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
7818c5e1
Commit
7818c5e1
authored
Aug 19, 2013
by
Elvis Ratzlaff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Test case to documentation
parent
988c03d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
56 additions
and
0 deletions
+56
-0
css.html
css.html
+56
-0
No files found.
css.html
View file @
7818c5e1
...
@@ -2254,6 +2254,34 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2254,6 +2254,34 @@ For example, <code><section></code> should be wrapped as inline.
<span
class=
"visible-lg"
>
✔
Visible on large
</span>
<span
class=
"visible-lg"
>
✔
Visible on large
</span>
</div>
</div>
</div>
</div>
<div
class=
"row responsive-utilities-test hidden-on"
>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"hidden-xs hidden-sm"
>
Extra small and small
</span>
<span
class=
"visible-xs visible-sm"
>
✔
Visible on x-small and small
</span>
</div>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"hidden-md hidden-lg"
>
Medium and large
</span>
<span
class=
"visible-md visible-lg"
>
✔
Visible on medium and large
</span>
</div>
<div
class=
"clearfix visible-xs"
></div>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"hidden-xs hidden-md"
>
Extra small and medium
</span>
<span
class=
"visible-xs visible-md"
>
✔
Visible on x-small and medium
</span>
</div>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"hidden-sm hidden-lg"
>
Small and large
</span>
<span
class=
"visible-sm visible-lg"
>
✔
Visible on small and large
</span>
</div>
<div
class=
"clearfix visible-xs"
></div>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"hidden-xs hidden-lg"
>
Extra small and large
</span>
<span
class=
"visible-xs visible-lg"
>
✔
Visible on x-small and large
</span>
</div>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"hidden-sm hidden-md"
>
Small and medium
</span>
<span
class=
"visible-sm visible-md"
>
✔
Visible on small and medium
</span>
</div>
</div>
<h4>
Hidden on...
</h4>
<h4>
Hidden on...
</h4>
<p>
Here, green checkmarks indicate the element
<strong>
is hidden
</strong>
in your current viewport.
</p>
<p>
Here, green checkmarks indicate the element
<strong>
is hidden
</strong>
in your current viewport.
</p>
<div
class=
"row responsive-utilities-test hidden-on"
>
<div
class=
"row responsive-utilities-test hidden-on"
>
...
@@ -2275,5 +2303,33 @@ For example, <code><section></code> should be wrapped as inline.
...
@@ -2275,5 +2303,33 @@ For example, <code><section></code> should be wrapped as inline.
<span
class=
"hidden-lg"
>
✔
Hidden on large
</span>
<span
class=
"hidden-lg"
>
✔
Hidden on large
</span>
</div>
</div>
</div>
</div>
<div
class=
"row responsive-utilities-test hidden-on"
>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"visible-xs visible-sm"
>
Extra small and small
</span>
<span
class=
"hidden-xs hidden-sm"
>
✔
Hidden on x-small and small
</span>
</div>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"visible-md visible-lg"
>
Medium and large
</span>
<span
class=
"hidden-md hidden-lg"
>
✔
Hidden on medium and large
</span>
</div>
<div
class=
"clearfix visible-xs"
></div>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"visible-xs visible-md"
>
Extra small and medium
</span>
<span
class=
"hidden-xs hidden-md"
>
✔
Hidden on x-small and medium
</span>
</div>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"visible-sm visible-lg"
>
Small and large
</span>
<span
class=
"hidden-sm hidden-lg"
>
✔
Hidden on small and large
</span>
</div>
<div
class=
"clearfix visible-xs"
></div>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"visible-xs visible-lg"
>
Extra small and large
</span>
<span
class=
"hidden-xs hidden-lg"
>
✔
Hidden on x-small and large
</span>
</div>
<div
class=
"col-xs-6 col-sm-6"
>
<span
class=
"visible-sm visible-md"
>
Small and medium
</span>
<span
class=
"hidden-sm hidden-md"
>
✔
Hidden on small and medium
</span>
</div>
</div>
</div>
</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