From 9996c5077fe1190f1c249dccd07c33bb4e6c2da6 Mon Sep 17 00:00:00 2001 From: olipratt Date: Sun, 26 Feb 2017 08:48:08 +0000 Subject: [PATCH] Set the float: left style on the 'Older Posts' button so the pagination buttons are drawn with the same height --- static/stylesheet/style.less | 4 ++++ templates/partial/pagination.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/static/stylesheet/style.less b/static/stylesheet/style.less index a7ccad1..d228f9b 100644 --- a/static/stylesheet/style.less +++ b/static/stylesheet/style.less @@ -290,6 +290,10 @@ a.btn:hover { display: block; } +.float-left { + float: left; +} + .float-right { float: right; } diff --git a/templates/partial/pagination.html b/templates/partial/pagination.html index 4f7857f..3ec7fb1 100644 --- a/templates/partial/pagination.html +++ b/templates/partial/pagination.html @@ -1,7 +1,7 @@ {% if DEFAULT_PAGINATION %}