Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-12-14 11:06:04 +0400
committerMark Otto <otto@github.com>2013-12-14 11:06:04 +0400
commit22820d7151fa155a4e083bf6c940a52e55138735 (patch)
treed1966d646db80fbf41283593c77b5f528cb46875 /dist/css/bootstrap.css
parentce07ff84cd554e4381760bc4cf476264ca6ca1d5 (diff)
Fixes #10495: Float Glyphicon and set margins in .navbar-brand to ensure there is no added height because wtf even is CSS
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 261fc46de7..0473ef37c5 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3618,6 +3618,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
.navbar-brand:focus {
text-decoration: none;
}
+.navbar-brand > .glyphicon {
+ float: left;
+ margin-top: -2px;
+ margin-right: 5px;
+}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {