diff options
author | Matěj Cepl <mcepl@redhat.com> | 2013-07-04 11:42:44 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2013-07-04 12:08:49 +0200 |
commit | 148601911795a79ae99f222b9c1e7fee0b3501f9 (patch) | |
tree | 48e385dae82c97f570f53944d09a689f3888324f /screen.css | |
parent | 3e1ebaaf407f61bb5fb6b3e052a2c42111c42ac0 (diff) | |
download | hesla-148601911795a79ae99f222b9c1e7fee0b3501f9.tar.gz |
Add parsing of holidays, week, and sunday readings.
Fixes #87
Diffstat (limited to 'screen.css')
-rw-r--r-- | screen.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ body { h1 { font-size: 1em; } +h2 { + font-size: 0.8em; +} article { display: none; margin: 6px; |