mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Part 1 of unCamelCasing variables
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
// Space out pagination from surrounding content
|
||||
.pagination {
|
||||
margin: @baseLineHeight 0;
|
||||
margin: @base-line-height 0;
|
||||
}
|
||||
|
||||
.pagination ul {
|
||||
@@ -24,7 +24,7 @@
|
||||
.pagination ul > li > span {
|
||||
float: left; // Collapse white-space
|
||||
padding: 4px 12px;
|
||||
line-height: @baseLineHeight;
|
||||
line-height: @base-line-height;
|
||||
text-decoration: none;
|
||||
background-color: @paginationBackground;
|
||||
border: 1px solid @paginationBorder;
|
||||
|
||||
Reference in New Issue
Block a user