Commit 6a20810c authored by Francis Brunelle's avatar Francis Brunelle
Browse files

reset left padding for .media-list, .pagination and .pager

parent 2d2828d3
4 merge requests!8635ignore Gruntfile.js in jekyll,!8343reset left padding for .media-list, .pagination and .pager,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1
Showing with 6 additions and 2 deletions
+6 -2
...@@ -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;
} }
......
...@@ -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;
} }
...@@ -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;
......
...@@ -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;
} }
......
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