From a82a28bd756fe9bdfd834bc2b11c2d1c08eef508 Mon Sep 17 00:00:00 2001 From: Edi Date: Tue, 24 Oct 2017 12:04:38 +0200 Subject: [PATCH] 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 +}