merge slide numbers, adjust code format
This commit is contained in:
commit
bdb46060b3
12 changed files with 105 additions and 5 deletions
|
|
@ -476,6 +476,22 @@ body {
|
|||
transition: width 800ms cubic-bezier(0.260, 0.860, 0.440, 0.985);
|
||||
}
|
||||
|
||||
/*********************************************
|
||||
* SLIDE NUMBER
|
||||
*********************************************/
|
||||
|
||||
.reveal .slide-number {
|
||||
position: fixed;
|
||||
display: block;
|
||||
opacity: 0.5;
|
||||
z-index: 31;
|
||||
width: 110px;
|
||||
bottom: 30px;
|
||||
left: 11px;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
letter-spacing: 0px
|
||||
}
|
||||
|
||||
/*********************************************
|
||||
* SLIDES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue