From 21544f35d747077499b8008adf823baa3e7b5bb8 Mon Sep 17 00:00:00 2001 From: Vadim Makeev Date: Mon, 1 Nov 2010 00:13:52 +0300 Subject: [PATCH] increased font-size for reading version --- styles/screen.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/styles/screen.css b/styles/screen.css index 8cf30bc..a0720e3 100755 --- a/styles/screen.css +++ b/styles/screen.css @@ -5,7 +5,7 @@ BODY { background:#DDD; color:#000; counter-reset:paging; - font:13px 'PT Sans', sans-serif; + font:15px 'PT Sans', sans-serif; } A { text-decoration:none; @@ -119,7 +119,7 @@ A { text-align:right; } .slide ARTICLE UL LI:before { - margin-left:-50px; + margin:2px 0 0 -50px; line-height:1; font-size:20px; content:'\2022'; @@ -208,7 +208,10 @@ A { ---------------------------------------- */ .slide.shout { } - .slide.shout ARTICLE H2 { - text-align:center; - font-size:52px; - } \ No newline at end of file + .slide.shout ARTICLE:after { + display:none; + } + .slide.shout ARTICLE H2 { + text-align:center; + font-size:52px; + } \ No newline at end of file