From 3271c8a1f781790b3536d51703df85befeaaac1c Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 14 Nov 2014 01:51:14 +0100 Subject: Finally moved to proper TypeScript with inheritance. --- screen.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'screen.css') 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; -- cgit