2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Use variables for breadcrumb padding

This commit is contained in:
Zlatan Vasović
2013-12-11 14:36:26 +01:00
parent 5eeaf114cc
commit 2547f1e20f
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
.breadcrumb {
padding: 8px 15px;
padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;
margin-bottom: @line-height-computed;
list-style: none;
background-color: @breadcrumb-bg;