mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-24 14:04:09 +03:00
copy edits and tweaks to utility classes to ensure they always are specific enough
This commit is contained in:
Vendored
+2
-2
@@ -5408,11 +5408,11 @@ a.badge:hover {
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.show {
|
||||
display: block;
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.invisible {
|
||||
|
||||
Reference in New Issue
Block a user