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
303f8a33
Commit
303f8a33
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
add <table> case to responsive-visibility mixin; see #10056
parent
bac15312
1 merge request
!11693
add <table> case to responsive-visibility mixin
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dist/css/bootstrap.css
+67
-0
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
docs-assets/js/raw-files.js
+1
-1
docs-assets/js/raw-files.js
less/mixins.less
+3
-2
less/mixins.less
with
72 additions
and
4 deletions
+72
-4
dist/css/bootstrap.css
+
67
-
0
View file @
303f8a33
...
...
@@ -6611,6 +6611,9 @@ td.visible-xs {
.visible-xs
{
display
:
block
!important
;
}
table
.visible-xs
{
display
:
table
;
}
tr
.visible-xs
{
display
:
table-row
!important
;
}
...
...
@@ -6624,6 +6627,9 @@ td.visible-xs {
.visible-xs.visible-sm
{
display
:
block
!important
;
}
table
.visible-xs.visible-sm
{
display
:
table
;
}
tr
.visible-xs.visible-sm
{
display
:
table-row
!important
;
}
...
...
@@ -6637,6 +6643,9 @@ td.visible-xs {
.visible-xs.visible-md
{
display
:
block
!important
;
}
table
.visible-xs.visible-md
{
display
:
table
;
}
tr
.visible-xs.visible-md
{
display
:
table-row
!important
;
}
...
...
@@ -6650,6 +6659,9 @@ td.visible-xs {
.visible-xs.visible-lg
{
display
:
block
!important
;
}
table
.visible-xs.visible-lg
{
display
:
table
;
}
tr
.visible-xs.visible-lg
{
display
:
table-row
!important
;
}
...
...
@@ -6670,6 +6682,9 @@ td.visible-sm {
.visible-sm.visible-xs
{
display
:
block
!important
;
}
table
.visible-sm.visible-xs
{
display
:
table
;
}
tr
.visible-sm.visible-xs
{
display
:
table-row
!important
;
}
...
...
@@ -6683,6 +6698,9 @@ td.visible-sm {
.visible-sm
{
display
:
block
!important
;
}
table
.visible-sm
{
display
:
table
;
}
tr
.visible-sm
{
display
:
table-row
!important
;
}
...
...
@@ -6696,6 +6714,9 @@ td.visible-sm {
.visible-sm.visible-md
{
display
:
block
!important
;
}
table
.visible-sm.visible-md
{
display
:
table
;
}
tr
.visible-sm.visible-md
{
display
:
table-row
!important
;
}
...
...
@@ -6709,6 +6730,9 @@ td.visible-sm {
.visible-sm.visible-lg
{
display
:
block
!important
;
}
table
.visible-sm.visible-lg
{
display
:
table
;
}
tr
.visible-sm.visible-lg
{
display
:
table-row
!important
;
}
...
...
@@ -6729,6 +6753,9 @@ td.visible-md {
.visible-md.visible-xs
{
display
:
block
!important
;
}
table
.visible-md.visible-xs
{
display
:
table
;
}
tr
.visible-md.visible-xs
{
display
:
table-row
!important
;
}
...
...
@@ -6742,6 +6769,9 @@ td.visible-md {
.visible-md.visible-sm
{
display
:
block
!important
;
}
table
.visible-md.visible-sm
{
display
:
table
;
}
tr
.visible-md.visible-sm
{
display
:
table-row
!important
;
}
...
...
@@ -6755,6 +6785,9 @@ td.visible-md {
.visible-md
{
display
:
block
!important
;
}
table
.visible-md
{
display
:
table
;
}
tr
.visible-md
{
display
:
table-row
!important
;
}
...
...
@@ -6768,6 +6801,9 @@ td.visible-md {
.visible-md.visible-lg
{
display
:
block
!important
;
}
table
.visible-md.visible-lg
{
display
:
table
;
}
tr
.visible-md.visible-lg
{
display
:
table-row
!important
;
}
...
...
@@ -6788,6 +6824,9 @@ td.visible-lg {
.visible-lg.visible-xs
{
display
:
block
!important
;
}
table
.visible-lg.visible-xs
{
display
:
table
;
}
tr
.visible-lg.visible-xs
{
display
:
table-row
!important
;
}
...
...
@@ -6801,6 +6840,9 @@ td.visible-lg {
.visible-lg.visible-sm
{
display
:
block
!important
;
}
table
.visible-lg.visible-sm
{
display
:
table
;
}
tr
.visible-lg.visible-sm
{
display
:
table-row
!important
;
}
...
...
@@ -6814,6 +6856,9 @@ td.visible-lg {
.visible-lg.visible-md
{
display
:
block
!important
;
}
table
.visible-lg.visible-md
{
display
:
table
;
}
tr
.visible-lg.visible-md
{
display
:
table-row
!important
;
}
...
...
@@ -6827,6 +6872,9 @@ td.visible-lg {
.visible-lg
{
display
:
block
!important
;
}
table
.visible-lg
{
display
:
table
;
}
tr
.visible-lg
{
display
:
table-row
!important
;
}
...
...
@@ -6840,6 +6888,10 @@ td.visible-lg {
display
:
block
!important
;
}
table
.hidden-xs
{
display
:
table
;
}
tr
.hidden-xs
{
display
:
table-row
!important
;
}
...
...
@@ -6889,6 +6941,10 @@ td.hidden-xs {
display
:
block
!important
;
}
table
.hidden-sm
{
display
:
table
;
}
tr
.hidden-sm
{
display
:
table-row
!important
;
}
...
...
@@ -6938,6 +6994,10 @@ td.hidden-sm {
display
:
block
!important
;
}
table
.hidden-md
{
display
:
table
;
}
tr
.hidden-md
{
display
:
table-row
!important
;
}
...
...
@@ -6987,6 +7047,10 @@ td.hidden-md {
display
:
block
!important
;
}
table
.hidden-lg
{
display
:
table
;
}
tr
.hidden-lg
{
display
:
table-row
!important
;
}
...
...
@@ -7043,6 +7107,9 @@ td.visible-print {
.visible-print
{
display
:
block
!important
;
}
table
.visible-print
{
display
:
table
;
}
tr
.visible-print
{
display
:
table-row
!important
;
}
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
303f8a33
This diff is collapsed.
Click to expand it.
docs-assets/js/raw-files.js
+
1
-
1
View file @
303f8a33
This diff is collapsed.
Click to expand it.
less/mixins.less
+
3
-
2
View file @
303f8a33
...
...
@@ -560,9 +560,10 @@
// More easily include all the states for responsive-utilities.less.
.responsive-visibility() {
display: block !important;
tr& { display: table-row !important; }
table& { display: table; }
tr& { display: table-row !important; }
th&,
td& { display: table-cell !important; }
td&
{ display: table-cell !important; }
}
.responsive-invisibility() {
...
...
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