aboutsummaryrefslogtreecommitdiff
path: root/app/views/stats/idle.phtml
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-10-03 18:04:10 +0200
committerGravatar GitHub <noreply@github.com> 2022-10-03 18:04:10 +0200
commit46d0b4140ebc3365618b23b01c094b0860baed9d (patch)
treeee7e1d2e3a2fdf9e4932fc5de515f8a93ee20e53 /app/views/stats/idle.phtml
parent117b9c115d3fb421820fbef44e39ac4328f3c7c1 (diff)
Improved: better semantic HTML for boxes (#4665)
* add h1 title on views * add h2 titles into box-title * thin scrollbar in box-content
Diffstat (limited to 'app/views/stats/idle.phtml')
-rw-r--r--app/views/stats/idle.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml
index a88dbeb8a..113bb9d1d 100644
--- a/app/views/stats/idle.phtml
+++ b/app/views/stats/idle.phtml
@@ -21,8 +21,8 @@
$nothing = false;
?>
<div class="box">
- <div class="box-title"><?= _t('gen.date.' . $period) ?></div>
- <ul class="box-content">
+ <div class="box-title"><h2><?= _t('gen.date.' . $period) ?></h2></div>
+ <ul class="box-content scrollbar-thin">
<?php
foreach ($feedsInPeriod as $feedInPeriod) {
$feed = $this->feeds[$feedInPeriod['id']] ?? null;