yet another MQ-fix for the reading mode

This commit is contained in:
Vadim Makeev 2010-11-14 15:32:08 +03:00
parent 4f31ea2aee
commit 4602d63167
1 changed files with 3 additions and 4 deletions

View File

@ -5,15 +5,14 @@ BODY {
background:#DDD; background:#DDD;
color:#000; color:#000;
counter-reset:paging; counter-reset:paging;
font-family:'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; font:15px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} }
A { A {
text-decoration:none; text-decoration:none;
} }
@media ( max-width:1024px ) { BODY { font-size:15px; } } @media ( max-width:960px ) { BODY { font-size:12px; } }
@media ( max-width:800px ) { BODY { font-size:12px; } } @media ( max-width:760px ) { BODY { font-size:10px; } }
@media ( max-width:640px ) { BODY { font-size:10px; } }
/* Shower /* Shower
---------------------------------------- */ ---------------------------------------- */