1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-22 13:13:03 +02:00

Merge pull request #45 from twbs/bye-hidden

Remove .hidden and .show classes
This commit is contained in:
Mark Otto
2014-12-22 20:11:04 -08:00
2 changed files with 5 additions and 30 deletions

View File

@@ -48,9 +48,6 @@
// Toggling content
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
@@ -59,15 +56,6 @@
}
// Hide from screenreaders and browsers
//
// Credit: HTML5 Boilerplate
.hidden {
display: none !important;
visibility: hidden !important;
}
// For Affix plugin
.affix {
position: fixed;