fix padding and duplicate background on vertical slides in overview
This commit is contained in:
parent
b162a54c2d
commit
1ac6386eef
2 changed files with 11 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue