more slide number tweaking

master
Hakim El Hattab 2015-10-30 09:27:32 +01:00
parent edfa131c9c
commit fcfcf9e784
2 changed files with 4 additions and 4 deletions

View File

@ -275,12 +275,12 @@ html:-moz-full-screen-ancestor {
display: block;
right: 8px;
bottom: 8px;
opacity: 0.5;
z-index: 31;
font-family: Helvetica, sans-serif;
font-size: 12px;
line-height: 1;
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
background-color: rgba(0, 0, 0, 0.4);
padding: 5px; }
.reveal .slide-number-delimiter {

View File

@ -331,12 +331,12 @@ html:-moz-full-screen-ancestor {
display: block;
right: 8px;
bottom: 8px;
opacity: 0.5;
z-index: 31;
font-family: Helvetica, sans-serif;
font-size: 12px;
line-height: 1;
color: #fff;
background-color: rgba( 0, 0, 0, 0.7 );
background-color: rgba( 0, 0, 0, 0.4 );
padding: 5px;
}