aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Pafat/pafat.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-07-30 12:19:02 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-07-30 12:19:02 +0200
commit090c647cd54e4cde051b12ece24d79af1d222fde (patch)
treead376fc9e5a068a872f59bcfea46500ab88d0289 /p/themes/Pafat/pafat.css
parenta78b3f5e7f19a1f1320fcb12f7c8b450f9a9dba4 (diff)
Fix logs style scroll bug
https://github.com/FreshRSS/FreshRSS/issues/1178 There was a conflict on the ".logs" class name
Diffstat (limited to 'p/themes/Pafat/pafat.css')
-rw-r--r--p/themes/Pafat/pafat.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index 374471ebc..5e46a63ca 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -977,7 +977,7 @@ a.btn {
/*=== LOGS */
/*=========*/
-.logs {
+.loglist {
border: 1px solid #aaa;
border-radius: 5px;
overflow: hidden;