Commit 21544f35 authored by Vadim Makeev's avatar Vadim Makeev

increased font-size for reading version

parent d26ebb3e
...@@ -5,7 +5,7 @@ BODY { ...@@ -5,7 +5,7 @@ BODY {
background:#DDD; background:#DDD;
color:#000; color:#000;
counter-reset:paging; counter-reset:paging;
font:13px 'PT Sans', sans-serif; font:15px 'PT Sans', sans-serif;
} }
A { A {
text-decoration:none; text-decoration:none;
...@@ -119,7 +119,7 @@ A { ...@@ -119,7 +119,7 @@ A {
text-align:right; text-align:right;
} }
.slide ARTICLE UL LI:before { .slide ARTICLE UL LI:before {
margin-left:-50px; margin:2px 0 0 -50px;
line-height:1; line-height:1;
font-size:20px; font-size:20px;
content:'\2022'; content:'\2022';
...@@ -208,7 +208,10 @@ A { ...@@ -208,7 +208,10 @@ A {
---------------------------------------- */ ---------------------------------------- */
.slide.shout { .slide.shout {
} }
.slide.shout ARTICLE H2 { .slide.shout ARTICLE:after {
text-align:center; display:none;
font-size:52px; }
} .slide.shout ARTICLE H2 {
\ No newline at end of file text-align:center;
font-size:52px;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment