diff options
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/jekyll-theme/posts.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css index 59082d1..f693868 100644 --- a/assets/css/jekyll-theme/posts.css +++ b/assets/css/jekyll-theme/posts.css @@ -57,3 +57,9 @@ margin-top: 0; padding-top: 22px; } + +.pagination { + /* In my layout, there's always something under the paginator, and it always + * has a top margin, and the margins _never_ collapse. */ + margin-bottom: 0; +} |