mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
more consistent variable naming patterns
This commit is contained in:
@@ -5,10 +5,10 @@
|
||||
|
||||
.breadcrumb {
|
||||
padding: 8px 15px;
|
||||
margin: 0 0 @base-line-height;
|
||||
margin: 0 0 @line-height-base;
|
||||
list-style: none;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: @baseBorderRadius;
|
||||
border-radius: @border-radius-base;
|
||||
li {
|
||||
display: inline-block;
|
||||
text-shadow: 0 1px 0 @white;
|
||||
|
||||
Reference in New Issue
Block a user