cover adjustments; return of PT Sans

This commit is contained in:
Vadim Makeev 2010-11-04 03:30:47 +03:00
parent 6168c18d9f
commit 4ea63571be
2 changed files with 10 additions and 2 deletions

View File

@ -237,6 +237,9 @@ A {
background:#000;
content:'';
}
.slide.cover:after {
display:none;
}
/* Back
---------------------------------------- */

View File

@ -5,7 +5,7 @@ BODY {
background:#DDD;
color:#000;
counter-reset:paging;
font:15px 'Helvetica Neue', Helvetica, Arial, sans-serif;;
font:15px 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
}
A {
text-decoration:none;
@ -115,7 +115,6 @@ A {
margin:-8px 0 0 -45px;
color:#BBB;
line-height:1;
font-family:'PT Sans', sans-serif;
font-size:100px;
content:'\201C';
}
@ -192,6 +191,9 @@ A {
/* Cover
---------------------------------------- */
.slide.cover {
min-height:488px;
}
.slide.cover:before {
position:absolute;
top:0;
@ -202,6 +204,9 @@ A {
background:#000;
content:'';
}
.slide.cover ARTICLE:after {
display:none;
}
/* Back
---------------------------------------- */