mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Change value for padding on pagination to variables
This commit is contained in:
parent
2fd8689b08
commit
777ae911b6
@ -12,7 +12,7 @@
|
|||||||
> a,
|
> a,
|
||||||
> span {
|
> span {
|
||||||
float: left; // Collapse white-space
|
float: left; // Collapse white-space
|
||||||
padding: 4px 12px;
|
padding: @padding-base-vertical @padding-base-horizontal;
|
||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: @pagination-bg;
|
background-color: @pagination-bg;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user