aboutsummaryrefslogtreecommitdiffstats
path: root/screen.css
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2014-11-14 01:51:14 +0100
committerMatěj Cepl <mcepl@redhat.com>2014-11-14 02:07:43 +0100
commit3271c8a1f781790b3536d51703df85befeaaac1c (patch)
treeb29ab679b97e94eb65e3ea6002a528c63fcc2942 /screen.css
parentb609349a340a4c7ccbd3aef67f899a374b52f93e (diff)
downloadhesla-3271c8a1f781790b3536d51703df85befeaaac1c.tar.gz
Finally moved to proper TypeScript with inheritance.
Diffstat (limited to 'screen.css')
-rw-r--r--screen.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/screen.css b/screen.css
index 3f26113..c137b2b 100644
--- a/screen.css
+++ b/screen.css
@@ -16,6 +16,10 @@ article {
text-align: right;
}
+.visible {
+ display: block;
+}
+
ul.readings {
display: block;
clear: both;