From 1c9fdce8d9d31abaeda1d08049f9e13d186a874a Mon Sep 17 00:00:00 2001 From: Aaron Fischer Date: Fri, 4 May 2018 16:22:20 +0200 Subject: [PATCH] bootstrap changes --- src/clj/yenu/routes/core.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clj/yenu/routes/core.clj b/src/clj/yenu/routes/core.clj index dda55d9..4df93ee 100644 --- a/src/clj/yenu/routes/core.clj +++ b/src/clj/yenu/routes/core.clj @@ -31,7 +31,7 @@ "" (h/html [:nav.float-right.clearfix {:aria-label "Page navigation"} - [:ul.pagination.hidden-sm-down + [:ul.pagination.d-none.d-sm-none.d-xs-none.d-md-flex (page (dec current) (= current 1) "disabled" (h/html [:span.fa.fa-arrow-left] " Zurück")) (cond (< num 13) (pagelist 1 num current) @@ -45,7 +45,7 @@ (if (< num 2) "" (h/html - [:ul.pagination.justify-content-end.hidden-md-up + [:ul.pagination.justify-content-end.d-md-none (page (dec current) (= current 1) "disabled" (h/html [:span.fa.fa-arrow-left] " Zurück")) [:form.form-inline [:select#page-switcher.form-control