From 4b4390d83a7031dab1983652bba31d738c767ea0 Mon Sep 17 00:00:00 2001 From: maTh Date: Fri, 22 Jul 2022 11:50:42 +0200 Subject: Cleanup CSS .pagination (#4455) * remove .pagination .item a:hover * remove .pagination .loading * Update swage.scss * .pagination .item a centralized to template.css * adark theme: mobile: border * remove text-align: center * remove .pager-current * remove .content .pagination * remove font-size * font-style: italic; in template.css * fix --- p/themes/BlueLagoon/BlueLagoon.css | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'p/themes/BlueLagoon/BlueLagoon.css') diff --git a/p/themes/BlueLagoon/BlueLagoon.css b/p/themes/BlueLagoon/BlueLagoon.css index 19f3fea45..52704273e 100644 --- a/p/themes/BlueLagoon/BlueLagoon.css +++ b/p/themes/BlueLagoon/BlueLagoon.css @@ -472,22 +472,11 @@ a.btn { /*=== Pagination */ .pagination { background: #fafafa; - text-align: center; color: #333; - font-size: 0.8em; -} - -.pagination .item.pager-current { - font-weight: bold; - font-size: 1.5em; } .pagination .item a { - display: block; color: #333; - font-style: italic; - line-height: 3em; - text-decoration: none; } .pagination .item a:hover { -- cgit v1.2.3