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
8ed77c41
Commit
8ed77c41
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4295
: add vars for pagination
parent
0cb3ba6b
1 merge request
!4427
Use variable for desktop media query
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/css/bootstrap.css
+2
-1
docs/assets/css/bootstrap.css
less/pagination.less
+2
-1
less/pagination.less
less/variables.less
+6
-0
less/variables.less
with
10 additions
and
2 deletions
+10
-2
docs/assets/css/bootstrap.css
+
2
-
1
View file @
8ed77c41
...
@@ -4545,7 +4545,8 @@ input[type="submit"].btn.btn-mini {
...
@@ -4545,7 +4545,8 @@ input[type="submit"].btn.btn-mini {
padding
:
0
14px
;
padding
:
0
14px
;
line-height
:
38px
;
line-height
:
38px
;
text-decoration
:
none
;
text-decoration
:
none
;
border
:
1px
solid
#ddd
;
background-color
:
#ffffff
;
border
:
1px
solid
#dddddd
;
border-left-width
:
0
;
border-left-width
:
0
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/pagination.less
+
2
-
1
View file @
8ed77c41
...
@@ -24,7 +24,8 @@
...
@@ -24,7 +24,8 @@
padding: 0 14px;
padding: 0 14px;
line-height: (@baseLineHeight * 2) - 2;
line-height: (@baseLineHeight * 2) - 2;
text-decoration: none;
text-decoration: none;
border: 1px solid #ddd;
background-color: @paginationBackground;
border: 1px solid @paginationBorder;
border-left-width: 0;
border-left-width: 0;
}
}
.pagination a:hover,
.pagination a:hover,
...
...
This diff is collapsed.
Click to expand it.
less/variables.less
+
6
-
0
View file @
8ed77c41
...
@@ -194,6 +194,12 @@
...
@@ -194,6 +194,12 @@
@navbarInverseBrandColor: @navbarInverseLinkColor;
@navbarInverseBrandColor: @navbarInverseLinkColor;
// Pagination
// -------------------------
@paginationBackground: #fff;
@paginationBorder: #ddd;
@paginationActiveBackground: #f5f5f5;
// Hero unit
// Hero unit
// -------------------------
// -------------------------
...
...
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