increased font-size for reading version
This commit is contained in:
parent
d26ebb3ef9
commit
21544f35d7
|
@ -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 {
|
||||||
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';
|
||||||
|
@ -207,6 +207,9 @@ A {
|
||||||
/* Shout
|
/* Shout
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.slide.shout {
|
.slide.shout {
|
||||||
|
}
|
||||||
|
.slide.shout ARTICLE:after {
|
||||||
|
display:none;
|
||||||
}
|
}
|
||||||
.slide.shout ARTICLE H2 {
|
.slide.shout ARTICLE H2 {
|
||||||
text-align:center;
|
text-align:center;
|
||||||
|
|
Loading…
Reference in New Issue