Commit 5e4f663e authored by Mark Otto's avatar Mark Otto

Undo important on hide/show utilties; punt to 3.0

parent b6575cc7
......@@ -6053,11 +6053,11 @@ a.badge:hover {
}
.hide {
display: none !important;
display: none;
}
.show {
display: block !important;
display: block;
}
.invisible {
......
......@@ -13,10 +13,10 @@
// Toggling content
.hide {
display: none !important;
display: none;
}
.show {
display: block !important;
display: block;
}
// Visibility
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment