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
44b32a30
Commit
44b32a30
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
move .hidden to utilities; fixes
#10997
parent
7bd95531
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
dist/css/bootstrap.css
+5
-5
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/responsive-utilities.less
+0
-10
less/responsive-utilities.less
less/utilities.less
+10
-0
less/utilities.less
with
16 additions
and
16 deletions
+16
-16
dist/css/bootstrap.css
+
5
-
5
View file @
44b32a30
...
...
@@ -6528,6 +6528,11 @@ button.close {
border
:
0
;
}
.hidden
{
display
:
none
!important
;
visibility
:
hidden
!important
;
}
.affix
{
position
:
fixed
;
}
...
...
@@ -6536,11 +6541,6 @@ button.close {
width
:
device-width
;
}
.hidden
{
display
:
none
!important
;
visibility
:
hidden
!important
;
}
.visible-xs
,
tr
.visible-xs
,
th
.visible-xs
,
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
44b32a30
This diff is collapsed.
Click to expand it.
less/responsive-utilities.less
+
0
-
10
View file @
44b32a30
...
...
@@ -22,16 +22,6 @@
}
// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
.hidden {
display: none !important;
visibility: hidden !important;
}
// Visibility utilities
.visible-xs {
...
...
This diff is collapsed.
Click to expand it.
less/utilities.less
+
10
-
0
View file @
44b32a30
...
...
@@ -38,6 +38,16 @@
}
// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
.hidden {
display: none !important;
visibility: hidden !important;
}
// For Affix plugin
// -------------------------
...
...
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