https://github.com/FreshRSS/FreshRSS/issues/1178 There was a conflict on the ".logs" class name
@@ -10,7 +10,7 @@
<?php $items = $this->logsPaginator->items(); ?>
<?php if (!empty($items)) { ?>
- <div class="logs">
+ <div class="loglist">
<?php $this->logsPaginator->render('logs_pagination.phtml', 'page'); ?>
<?php foreach ($items as $log) { ?>
@@ -1054,7 +1054,7 @@ opacity: 1;
/*=== LOGS */
/*=========*/
-.logs {
+.loglist {
border: 1px solid #aaa;
border-radius: 5px;
overflow: hidden;
@@ -928,7 +928,7 @@ a.btn {
border: 1px solid #333;
}
@@ -921,7 +921,7 @@ a.btn {
@@ -966,7 +966,7 @@ a.btn {
@@ -977,7 +977,7 @@ a.btn {
@@ -1052,7 +1052,7 @@ opacity: 1;
@@ -731,7 +731,7 @@ a.btn {
.log {