aboutsummaryrefslogtreecommitdiffstats
path: root/screen.css
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2020-01-06 23:38:24 +0100
committerMatěj Cepl <mcepl@cepl.eu>2020-01-06 23:43:56 +0100
commit1ba799f49ce0284407a0ba0bead36a16d37bb850 (patch)
tree00c3b71cee18da81b8cbb85117cc12a7f4790df2 /screen.css
parent5fc244b79f965cfd8f45498829e9f6a302d9b4b0 (diff)
downloadhesla-1ba799f49ce0284407a0ba0bead36a16d37bb850.tar.gz
Parse chronicle records.
Also, reformat cs script with Black. Fixes #8
Diffstat (limited to 'screen.css')
-rw-r--r--screen.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/screen.css b/screen.css
index c137b2b..7bda106 100644
--- a/screen.css
+++ b/screen.css
@@ -20,13 +20,13 @@ article {
display: block;
}
-ul.readings {
+ul.readings, ul.chronicles {
display: block;
clear: both;
padding-left: 0;
}
-ul.readings li {
+ul.readings li, ul.chronicles li {
display: block;
/* font-size: 80%; */
list-style: none;