Commit 777ae911 authored by Elvis Ratzlaff's avatar Elvis Ratzlaff

Change value for padding on pagination to variables

parent 2fd8689b
...@@ -12,7 +12,7 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment