mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00: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…
Reference in a new issue