From 931b94f33b045c88fcfa94449632c0300106f099 Mon Sep 17 00:00:00 2001 From: dmh Date: Tue, 24 Jan 2017 15:12:00 +0200 Subject: [PATCH] [BUGFIX] fix aligning of news pagination and news tags while text is short --- dev/styles/main/plugins/news/news.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dev/styles/main/plugins/news/news.less b/dev/styles/main/plugins/news/news.less index 2433503..cdac76c 100644 --- a/dev/styles/main/plugins/news/news.less +++ b/dev/styles/main/plugins/news/news.less @@ -48,7 +48,7 @@ .news .article .news-img-wrap { float: left; - margin: 3px 12px 5px 0; + margin: 3px 12px 11px 0; background: #fff; } @@ -106,6 +106,10 @@ font-style: italic; } +.news .page-navigation { + margin-top: 24px; +} + .news .page-navigation p { float: left; } @@ -333,6 +337,7 @@ background: none; border: none; margin-top: 20px; + clear: both; } .news-article-footer p > span{