mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Change value for padding on pagination to variables
This commit is contained in:
parent
2fd8689b08
commit
777ae911b6
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
> a,
|
||||
> span {
|
||||
float: left; // Collapse white-space
|
||||
padding: 4px 12px;
|
||||
padding: @padding-base-vertical @padding-base-horizontal;
|
||||
line-height: @line-height-base;
|
||||
text-decoration: none;
|
||||
background-color: @pagination-bg;
|
||||
|
|
Loading…
Add table
Reference in a new issue