aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Screwdriver/screwdriver.css
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-07-22 11:50:42 +0200
committerGravatar GitHub <noreply@github.com> 2022-07-22 11:50:42 +0200
commit4b4390d83a7031dab1983652bba31d738c767ea0 (patch)
treee9d04072610878e0b99f879f1d26c5273b0a9dc2 /p/themes/Screwdriver/screwdriver.css
parent0866fdaee85bc8530437436abe7f8536b8b0f4f0 (diff)
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
Diffstat (limited to 'p/themes/Screwdriver/screwdriver.css')
-rw-r--r--p/themes/Screwdriver/screwdriver.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/p/themes/Screwdriver/screwdriver.css b/p/themes/Screwdriver/screwdriver.css
index 1b8dc34ff..0edf73c63 100644
--- a/p/themes/Screwdriver/screwdriver.css
+++ b/p/themes/Screwdriver/screwdriver.css
@@ -467,22 +467,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 {