Skip to content
GitLab
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
2b56ff04
Commit
2b56ff04
authored
11 years ago
by
Zlatan Vasović
Browse files
Options
Download
Email Patches
Plain Diff
Reduce size of the visibility styles
parent
867e2bef
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dist/css/bootstrap.css
+3
-316
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
docs-assets/css/docs.css
+1
-0
docs-assets/css/docs.css
less/responsive-utilities.less
+9
-129
less/responsive-utilities.less
with
14 additions
and
446 deletions
+14
-446
dist/css/bootstrap.css
+
3
-
316
View file @
2b56ff04
...
...
@@ -6620,45 +6620,6 @@ td.visible-xs {
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
)
{
.visible-xs.visible-sm
{
display
:
block
!important
;
}
tr
.visible-xs.visible-sm
{
display
:
table-row
!important
;
}
th
.visible-xs.visible-sm
,
td
.visible-xs.visible-sm
{
display
:
table-cell
!important
;
}
}
@media
(
min-width
:
992px
)
and
(
max-width
:
1199px
)
{
.visible-xs.visible-md
{
display
:
block
!important
;
}
tr
.visible-xs.visible-md
{
display
:
table-row
!important
;
}
th
.visible-xs.visible-md
,
td
.visible-xs.visible-md
{
display
:
table-cell
!important
;
}
}
@media
(
min-width
:
1200px
)
{
.visible-xs.visible-lg
{
display
:
block
!important
;
}
tr
.visible-xs.visible-lg
{
display
:
table-row
!important
;
}
th
.visible-xs.visible-lg
,
td
.visible-xs.visible-lg
{
display
:
table-cell
!important
;
}
}
.visible-sm
,
tr
.visible-sm
,
th
.visible-sm
,
...
...
@@ -6666,19 +6627,6 @@ td.visible-sm {
display
:
none
!important
;
}
@media
(
max-width
:
767px
)
{
.visible-sm.visible-xs
{
display
:
block
!important
;
}
tr
.visible-sm.visible-xs
{
display
:
table-row
!important
;
}
th
.visible-sm.visible-xs
,
td
.visible-sm.visible-xs
{
display
:
table-cell
!important
;
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
)
{
.visible-sm
{
display
:
block
!important
;
...
...
@@ -6692,32 +6640,6 @@ td.visible-sm {
}
}
@media
(
min-width
:
992px
)
and
(
max-width
:
1199px
)
{
.visible-sm.visible-md
{
display
:
block
!important
;
}
tr
.visible-sm.visible-md
{
display
:
table-row
!important
;
}
th
.visible-sm.visible-md
,
td
.visible-sm.visible-md
{
display
:
table-cell
!important
;
}
}
@media
(
min-width
:
1200px
)
{
.visible-sm.visible-lg
{
display
:
block
!important
;
}
tr
.visible-sm.visible-lg
{
display
:
table-row
!important
;
}
th
.visible-sm.visible-lg
,
td
.visible-sm.visible-lg
{
display
:
table-cell
!important
;
}
}
.visible-md
,
tr
.visible-md
,
th
.visible-md
,
...
...
@@ -6725,32 +6647,6 @@ td.visible-md {
display
:
none
!important
;
}
@media
(
max-width
:
767px
)
{
.visible-md.visible-xs
{
display
:
block
!important
;
}
tr
.visible-md.visible-xs
{
display
:
table-row
!important
;
}
th
.visible-md.visible-xs
,
td
.visible-md.visible-xs
{
display
:
table-cell
!important
;
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
)
{
.visible-md.visible-sm
{
display
:
block
!important
;
}
tr
.visible-md.visible-sm
{
display
:
table-row
!important
;
}
th
.visible-md.visible-sm
,
td
.visible-md.visible-sm
{
display
:
table-cell
!important
;
}
}
@media
(
min-width
:
992px
)
and
(
max-width
:
1199px
)
{
.visible-md
{
display
:
block
!important
;
...
...
@@ -6764,19 +6660,6 @@ td.visible-md {
}
}
@media
(
min-width
:
1200px
)
{
.visible-md.visible-lg
{
display
:
block
!important
;
}
tr
.visible-md.visible-lg
{
display
:
table-row
!important
;
}
th
.visible-md.visible-lg
,
td
.visible-md.visible-lg
{
display
:
table-cell
!important
;
}
}
.visible-lg
,
tr
.visible-lg
,
th
.visible-lg
,
...
...
@@ -6784,45 +6667,6 @@ td.visible-lg {
display
:
none
!important
;
}
@media
(
max-width
:
767px
)
{
.visible-lg.visible-xs
{
display
:
block
!important
;
}
tr
.visible-lg.visible-xs
{
display
:
table-row
!important
;
}
th
.visible-lg.visible-xs
,
td
.visible-lg.visible-xs
{
display
:
table-cell
!important
;
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
)
{
.visible-lg.visible-sm
{
display
:
block
!important
;
}
tr
.visible-lg.visible-sm
{
display
:
table-row
!important
;
}
th
.visible-lg.visible-sm
,
td
.visible-lg.visible-sm
{
display
:
table-cell
!important
;
}
}
@media
(
min-width
:
992px
)
and
(
max-width
:
1199px
)
{
.visible-lg.visible-md
{
display
:
block
!important
;
}
tr
.visible-lg.visible-md
{
display
:
table-row
!important
;
}
th
.visible-lg.visible-md
,
td
.visible-lg.visible-md
{
display
:
table-cell
!important
;
}
}
@media
(
min-width
:
1200px
)
{
.visible-lg
{
display
:
block
!important
;
...
...
@@ -6836,19 +6680,6 @@ td.visible-lg {
}
}
.hidden-xs
{
display
:
block
!important
;
}
tr
.hidden-xs
{
display
:
table-row
!important
;
}
th
.hidden-xs
,
td
.hidden-xs
{
display
:
table-cell
!important
;
}
@media
(
max-width
:
767px
)
{
.hidden-xs
,
tr
.hidden-xs
,
...
...
@@ -6858,55 +6689,6 @@ td.hidden-xs {
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
)
{
.hidden-xs.hidden-sm
,
tr
.hidden-xs.hidden-sm
,
th
.hidden-xs.hidden-sm
,
td
.hidden-xs.hidden-sm
{
display
:
none
!important
;
}
}
@media
(
min-width
:
992px
)
and
(
max-width
:
1199px
)
{
.hidden-xs.hidden-md
,
tr
.hidden-xs.hidden-md
,
th
.hidden-xs.hidden-md
,
td
.hidden-xs.hidden-md
{
display
:
none
!important
;
}
}
@media
(
min-width
:
1200px
)
{
.hidden-xs.hidden-lg
,
tr
.hidden-xs.hidden-lg
,
th
.hidden-xs.hidden-lg
,
td
.hidden-xs.hidden-lg
{
display
:
none
!important
;
}
}
.hidden-sm
{
display
:
block
!important
;
}
tr
.hidden-sm
{
display
:
table-row
!important
;
}
th
.hidden-sm
,
td
.hidden-sm
{
display
:
table-cell
!important
;
}
@media
(
max-width
:
767px
)
{
.hidden-sm.hidden-xs
,
tr
.hidden-sm.hidden-xs
,
th
.hidden-sm.hidden-xs
,
td
.hidden-sm.hidden-xs
{
display
:
none
!important
;
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
)
{
.hidden-sm
,
tr
.hidden-sm
,
...
...
@@ -6916,55 +6698,6 @@ td.hidden-sm {
}
}
@media
(
min-width
:
992px
)
and
(
max-width
:
1199px
)
{
.hidden-sm.hidden-md
,
tr
.hidden-sm.hidden-md
,
th
.hidden-sm.hidden-md
,
td
.hidden-sm.hidden-md
{
display
:
none
!important
;
}
}
@media
(
min-width
:
1200px
)
{
.hidden-sm.hidden-lg
,
tr
.hidden-sm.hidden-lg
,
th
.hidden-sm.hidden-lg
,
td
.hidden-sm.hidden-lg
{
display
:
none
!important
;
}
}
.hidden-md
{
display
:
block
!important
;
}
tr
.hidden-md
{
display
:
table-row
!important
;
}
th
.hidden-md
,
td
.hidden-md
{
display
:
table-cell
!important
;
}
@media
(
max-width
:
767px
)
{
.hidden-md.hidden-xs
,
tr
.hidden-md.hidden-xs
,
th
.hidden-md.hidden-xs
,
td
.hidden-md.hidden-xs
{
display
:
none
!important
;
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
)
{
.hidden-md.hidden-sm
,
tr
.hidden-md.hidden-sm
,
th
.hidden-md.hidden-sm
,
td
.hidden-md.hidden-sm
{
display
:
none
!important
;
}
}
@media
(
min-width
:
992px
)
and
(
max-width
:
1199px
)
{
.hidden-md
,
tr
.hidden-md
,
...
...
@@ -6974,55 +6707,6 @@ td.hidden-md {
}
}
@media
(
min-width
:
1200px
)
{
.hidden-md.hidden-lg
,
tr
.hidden-md.hidden-lg
,
th
.hidden-md.hidden-lg
,
td
.hidden-md.hidden-lg
{
display
:
none
!important
;
}
}
.hidden-lg
{
display
:
block
!important
;
}
tr
.hidden-lg
{
display
:
table-row
!important
;
}
th
.hidden-lg
,
td
.hidden-lg
{
display
:
table-cell
!important
;
}
@media
(
max-width
:
767px
)
{
.hidden-lg.hidden-xs
,
tr
.hidden-lg.hidden-xs
,
th
.hidden-lg.hidden-xs
,
td
.hidden-lg.hidden-xs
{
display
:
none
!important
;
}
}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
)
{
.hidden-lg.hidden-sm
,
tr
.hidden-lg.hidden-sm
,
th
.hidden-lg.hidden-sm
,
td
.hidden-lg.hidden-sm
{
display
:
none
!important
;
}
}
@media
(
min-width
:
992px
)
and
(
max-width
:
1199px
)
{
.hidden-lg.hidden-md
,
tr
.hidden-lg.hidden-md
,
th
.hidden-lg.hidden-md
,
td
.hidden-lg.hidden-md
{
display
:
none
!important
;
}
}
@media
(
min-width
:
1200px
)
{
.hidden-lg
,
tr
.hidden-lg
,
...
...
@@ -7050,6 +6734,9 @@ td.visible-print {
td
.visible-print
{
display
:
table-cell
!important
;
}
}
@media
print
{
.hidden-print
,
tr
.hidden-print
,
th
.hidden-print
,
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
2b56ff04
This diff is collapsed.
Click to expand it.
docs-assets/css/docs.css
+
1
-
0
View file @
2b56ff04
...
...
@@ -998,6 +998,7 @@ h1[id] {
margin-bottom
:
10px
;
}
.responsive-utilities-test
span
{
display
:
block
;
padding
:
15px
10px
;
font-size
:
14px
;
font-weight
:
bold
;
...
...
This diff is collapsed.
Click to expand it.
less/responsive-utilities.less
+
9
-
129
View file @
2b56ff04
...
...
@@ -23,172 +23,51 @@
// Visibility utilities
.visible-xs {
.responsive-invisibility();
@media (max-width: @screen-xs-max) {
.responsive-visibility();
}
&.visible-sm {
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
.responsive-visibility();
}
}
&.visible-md {
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
.responsive-visibility();
}
}
&.visible-lg {
@media (min-width: @screen-lg-min) {
.responsive-visibility();
}
}
}
.visible-sm {
.responsive-invisibility();
&.visible-xs {
@media (max-width: @screen-xs-max) {
.responsive-visibility();
}
}
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
.responsive-visibility();
}
&.visible-md {
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
.responsive-visibility();
}
}
&.visible-lg {
@media (min-width: @screen-lg-min) {
.responsive-visibility();
}
}
}
.visible-md {
.responsive-invisibility();
&.visible-xs {
@media (max-width: @screen-xs-max) {
.responsive-visibility();
}
}
&.visible-sm {
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
.responsive-visibility();
}
}
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
.responsive-visibility();
}
&.visible-lg {
@media (min-width: @screen-lg-min) {
.responsive-visibility();
}
}
}
.visible-lg {
.responsive-invisibility();
&.visible-xs {
@media (max-width: @screen-xs-max) {
.responsive-visibility();
}
}
&.visible-sm {
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
.responsive-visibility();
}
}
&.visible-md {
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
.responsive-visibility();
}
}
@media (min-width: @screen-lg-min) {
.responsive-visibility();
}
}
.hidden-xs {
.responsive-visibility();
@media (max-width: @screen-xs-max) {
.responsive-invisibility();
}
&.hidden-sm {
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
.responsive-invisibility();
}
}
&.hidden-md {
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
.responsive-invisibility();
}
}
&.hidden-lg {
@media (min-width: @screen-lg-min) {
.responsive-invisibility();
}
}
}
.hidden-sm {
.responsive-visibility();
&.hidden-xs {
@media (max-width: @screen-xs-max) {
.responsive-invisibility();
}
}
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
.responsive-invisibility();
}
&.hidden-md {
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
.responsive-invisibility();
}
}
&.hidden-lg {
@media (min-width: @screen-lg-min) {
.responsive-invisibility();
}
}
}
.hidden-md {
.responsive-visibility();
&.hidden-xs {
@media (max-width: @screen-xs-max) {
.responsive-invisibility();
}
}
&.hidden-sm {
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
.responsive-invisibility();
}
}
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
.responsive-invisibility();
}
&.hidden-lg {
@media (min-width: @screen-lg-min) {
.responsive-invisibility();
}
}
}
.hidden-lg {
.responsive-visibility();
&.hidden-xs {
@media (max-width: @screen-xs-max) {
.responsive-invisibility();
}
}
&.hidden-sm {
@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
.responsive-invisibility();
}
}
&.hidden-md {
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
.responsive-invisibility();
}
}
@media (min-width: @screen-lg-min) {
.responsive-invisibility();
}
...
...
@@ -197,13 +76,14 @@
// Print utilities
.visible-print {
.responsive-invisibility();
}
@media print {
.visible-print {
@media print {
.responsive-visibility();
}
.hidden-print {
}
.hidden-print {
@media print {
.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