2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03: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
-15
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;