From d2908144370e7bdb523dadf761d6eff634fe1c6e Mon Sep 17 00:00:00 2001 From: Edi Date: Mon, 23 Oct 2017 18:23:26 +0200 Subject: [PATCH 1/3] Fix pagination --- bl-themes/micro/php/home.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-themes/micro/php/home.php b/bl-themes/micro/php/home.php index 11784af5..8b127652 100644 --- a/bl-themes/micro/php/home.php +++ b/bl-themes/micro/php/home.php @@ -25,11 +25,11 @@ From 8075e3bbfe82c1cf2020dd494b0b7cd81f0294eb Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 24 Oct 2017 12:03:43 +0200 Subject: [PATCH 2/3] Pagination --- bl-themes/kernel-panic/php/home.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bl-themes/kernel-panic/php/home.php b/bl-themes/kernel-panic/php/home.php index f0ca152a..4847120d 100644 --- a/bl-themes/kernel-panic/php/home.php +++ b/bl-themes/kernel-panic/php/home.php @@ -25,4 +25,16 @@ - \ No newline at end of file + + + + From a82a28bd756fe9bdfd834bc2b11c2d1c08eef508 Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 24 Oct 2017 12:04:38 +0200 Subject: [PATCH 3/3] Float for pagination --- bl-themes/kernel-panic/css/bludit.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/bl-themes/kernel-panic/css/bludit.css b/bl-themes/kernel-panic/css/bludit.css index 338f701c..c73054bc 100755 --- a/bl-themes/kernel-panic/css/bludit.css +++ b/bl-themes/kernel-panic/css/bludit.css @@ -57,6 +57,16 @@ article.page footer { text-align: right; } +/* PAGINATION */ + +.pagination { + width: 100%; +} + +.pagination > li > a.float-right { + float: right; +} + /* PLUGINS */ div.plugin:not(:last-child) { @@ -102,4 +112,4 @@ div.plugin-pages li.parent h3 { div.plugin-pages ul.child { margin-left: 5px; -} \ No newline at end of file +}