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

Change value for padding on pagination to variables

parent 2fd8689b
1 merge request!9036Change value with variables for btn-large, btn-small and pagination
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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;
......
Supports Markdown
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