Update reveal.css
Correction of a small error
This commit is contained in:
parent
8b8cc607d4
commit
bde5907a19
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ body {
|
||||||
}
|
}
|
||||||
.reveal .progress:after {
|
.reveal .progress:after {
|
||||||
content: '';
|
content: '';
|
||||||
display: 'block';
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue