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
07f80e6f
Commit
07f80e6f
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#4027
: same margins on .pager and .pagination
parent
50a945e0
7 merge requests
!4427
Use variable for desktop media query
,
!4258
Aria
,
!4248
Amended mentions of 'javascript' to the correct 'JavaScript'
,
!4235
Patch 1
,
!4232
Fixing the modal z-index issue + make modal stacking possible
,
!4213
2.1.0 wip
,
!4165
Patch 2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+7
-8
docs/assets/css/bootstrap.css
less/pager.less
+1
-2
less/pager.less
with
8 additions
and
10 deletions
+8
-10
docs/assets/css/bootstrap.css
+
7
-
8
View file @
07f80e6f
...
@@ -2755,9 +2755,9 @@ button.close {
...
@@ -2755,9 +2755,9 @@ button.close {
filter
:
progid
:
dximagetransform
.
microsoft
.
gradient
(
startColorstr
=
'#ffffffff'
,
endColorstr
=
'#ffe6e6e6'
,
GradientType
=
0
);
filter
:
progid
:
dximagetransform
.
microsoft
.
gradient
(
startColorstr
=
'#ffffffff'
,
endColorstr
=
'#ffe6e6e6'
,
GradientType
=
0
);
filter
:
progid
:
dximagetransform
.
microsoft
.
gradient
(
enabled
=
false
);
filter
:
progid
:
dximagetransform
.
microsoft
.
gradient
(
enabled
=
false
);
*
zoom
:
1
;
*
zoom
:
1
;
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.
15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.
2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.
15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.
2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.
15
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
1px
0
rgba
(
255
,
255
,
255
,
0.
2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
}
}
.btn
:hover
,
.btn
:hover
,
...
@@ -2804,9 +2804,9 @@ button.close {
...
@@ -2804,9 +2804,9 @@ button.close {
background-color
:
#d9d9d9
\
9
;
background-color
:
#d9d9d9
\
9
;
background-image
:
none
;
background-image
:
none
;
outline
:
0
;
outline
:
0
;
-webkit-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-webkit-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.1
5
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
-moz-box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.1
5
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.1
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
box-shadow
:
inset
0
2px
4px
rgba
(
0
,
0
,
0
,
0.1
5
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.05
);
}
}
.btn.disabled
,
.btn.disabled
,
...
@@ -4387,8 +4387,7 @@ input[type="submit"].btn.btn-mini {
...
@@ -4387,8 +4387,7 @@ input[type="submit"].btn.btn-mini {
}
}
.pager
{
.pager
{
margin-bottom
:
20px
;
margin
:
20px
0
;
margin-left
:
0
;
text-align
:
center
;
text-align
:
center
;
list-style
:
none
;
list-style
:
none
;
*
zoom
:
1
;
*
zoom
:
1
;
...
...
This diff is collapsed.
Click to expand it.
less/pager.less
+
1
-
2
View file @
07f80e6f
...
@@ -4,8 +4,7 @@
...
@@ -4,8 +4,7 @@
.pager {
.pager {
margin-left: 0;
margin: @baseLineHeight 0;
margin-bottom: @baseLineHeight;
list-style: none;
list-style: none;
text-align: center;
text-align: center;
.clearfix();
.clearfix();
...
...
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