1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 09:22:55 +02:00
Conflicts:
	docs/components/helpers.md
	scss/_utilities.scss
This commit is contained in:
Mark Otto
2014-12-23 13:59:26 -08:00
7 changed files with 23 additions and 39 deletions

View File

@@ -46,12 +46,6 @@
z-index: $zindex-navbar-fixed;
}
// Toggling content
.show {
display: block !important;
}
// Always hide an element with the `hidden` HTML attribute (from PureCSS).
[hidden] {
display: none !important;
@@ -66,15 +60,6 @@
}
// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
.hidden {
display: none !important;
visibility: hidden !important;
}
// For Affix plugin
.affix {
position: fixed;