mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +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 {
|
||||
|
||||
@@ -57,6 +57,10 @@ body > .navbar-fixed-top .brand:hover {
|
||||
section {
|
||||
padding-top: 60px;
|
||||
}
|
||||
section > .page-header,
|
||||
section > .lead {
|
||||
color: #5a5a5a;
|
||||
}
|
||||
|
||||
/* Separators (hr) */
|
||||
.bs-docs-separator {
|
||||
|
||||
Reference in New Issue
Block a user