Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
777ae911
Commit
777ae911
authored
11 years ago
by
Elvis Ratzlaff
Browse files
Options
Download
Email Patches
Plain Diff
Change value for padding on pagination to variables
parent
2fd8689b
1 merge request
!9036
Change value with variables for btn-large, btn-small and pagination
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/pagination.less
+1
-1
less/pagination.less
with
1 addition
and
1 deletion
+1
-1
less/pagination.less
+
1
-
1
View file @
777ae911
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets