aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-04-01 18:21:41 -0700
committerMark Otto <[email protected]>2018-04-01 18:21:41 -0700
commit98cad665bbba1719a4cf6de36c4f6c49d4448669 (patch)
treea6c676da1dc447ac1e84b139adb0138ea1753f46 /dist/css/bootstrap.css
parent4f35e5321678572c3a7e2cb586d29c63fcdc57b3 (diff)
downloadbootstrap-98cad665bbba1719a4cf6de36c4f6c49d4448669.tar.xz
bootstrap-98cad665bbba1719a4cf6de36c4f6c49d4448669.zip
dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index ae2ef67f0..a09edccff 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -4601,10 +4601,13 @@ input[type="button"].btn-block {
border-radius: 0.25rem;
}
+.breadcrumb-item + .breadcrumb-item {
+ padding-left: 0.5rem;
+}
+
.breadcrumb-item + .breadcrumb-item::before {
display: inline-block;
padding-right: 0.5rem;
- padding-left: 0.5rem;
color: #6c757d;
content: "/";
}