fix padding and duplicate background on vertical slides in overview

This commit is contained in:
Hakim El Hattab
2011-12-23 21:52:35 -08:00
parent b162a54c2d
commit 1ac6386eef
2 changed files with 11 additions and 7 deletions

View File

@ -261,12 +261,19 @@ h1 {
}
/*********************************************
* OVERVIEW
*********************************************/
.overview #main section {
padding: 20px;
padding: 20px 0;
opacity: 1;
cursor: pointer;
background: rgba(0,0,0,0.1);
}
.overview #main section.present>section.present {
background: none;
}
.overview #main section>section {
opacity: 1;
cursor: pointer;