Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
6a20810c
Commit
6a20810c
authored
Jun 29, 2013
by
Francis Brunelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reset left padding for .media-list, .pagination and .pager
parent
2d2828d3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+3
-1
less/media.less
less/media.less
+1
-1
less/pager.less
less/pager.less
+1
-0
less/pagination.less
less/pagination.less
+1
-0
No files found.
docs/assets/css/bootstrap.css
View file @
6a20810c
...
@@ -3303,6 +3303,7 @@ button.close {
...
@@ -3303,6 +3303,7 @@ button.close {
.pagination
{
.pagination
{
display
:
inline-block
;
display
:
inline-block
;
padding-left
:
0
;
margin
:
20px
0
;
margin
:
20px
0
;
border-radius
:
4px
;
border-radius
:
4px
;
}
}
...
@@ -3394,6 +3395,7 @@ button.close {
...
@@ -3394,6 +3395,7 @@ button.close {
}
}
.pager
{
.pager
{
padding-left
:
0
;
margin
:
20px
0
;
margin
:
20px
0
;
text-align
:
center
;
text-align
:
center
;
list-style
:
none
;
list-style
:
none
;
...
@@ -4019,7 +4021,7 @@ a.thumbnail:focus {
...
@@ -4019,7 +4021,7 @@ a.thumbnail:focus {
}
}
.media-list
{
.media-list
{
margin
-left
:
0
;
padding
-left
:
0
;
list-style
:
none
;
list-style
:
none
;
}
}
...
...
less/media.less
View file @
6a20810c
...
@@ -49,6 +49,6 @@
...
@@ -49,6 +49,6 @@
// Undo default ul/ol styles
// Undo default ul/ol styles
.media-list {
.media-list {
margin
-left: 0;
padding
-left: 0;
list-style: none;
list-style: none;
}
}
less/pager.less
View file @
6a20810c
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
.pager {
.pager {
padding-left: 0;
margin: @line-height-computed 0;
margin: @line-height-computed 0;
list-style: none;
list-style: none;
text-align: center;
text-align: center;
...
...
less/pagination.less
View file @
6a20810c
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
// --------------------------------------------------
// --------------------------------------------------
.pagination {
.pagination {
display: inline-block;
display: inline-block;
padding-left: 0;
margin: @line-height-computed 0;
margin: @line-height-computed 0;
border-radius: @border-radius-base;
border-radius: @border-radius-base;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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