aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-13 23:06:04 -0800
committerMark Otto <[email protected]>2013-12-13 23:06:04 -0800
commit22820d7151fa155a4e083bf6c940a52e55138735 (patch)
treed1966d646db80fbf41283593c77b5f528cb46875 /dist/css/bootstrap.css
parentce07ff84cd554e4381760bc4cf476264ca6ca1d5 (diff)
downloadbootstrap-22820d7151fa155a4e083bf6c940a52e55138735.tar.xz
bootstrap-22820d7151fa155a4e083bf6c940a52e55138735.zip
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 261fc46de..0473ef37c 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 {