mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Fix component margin and padding values to use @line-height-computed
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// --------------------------------------------------
|
||||
.pagination {
|
||||
display: inline-block;
|
||||
margin: @line-height-base 0;
|
||||
margin: @line-height-computed 0;
|
||||
border-radius: @border-radius-base;
|
||||
}
|
||||
.pagination > li {
|
||||
|
||||
Reference in New Issue
Block a user