2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

move .hidden to utilities; fixes #10997

This commit is contained in:
Mark Otto
2013-10-13 19:59:42 -07:00
parent 7bd955318a
commit 44b32a3036
4 changed files with 16 additions and 16 deletions
+5 -5
View File
@@ -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,
+1 -1
View File
File diff suppressed because one or more lines are too long