Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Éloïs
ws2pv2-rml12
Commits
fd95c8c2
Commit
fd95c8c2
authored
Jun 21, 2018
by
Hakim El Hattab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use absolute positioning for slide number
parent
be87adcd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
css/reveal.css
css/reveal.css
+1
-1
css/reveal.scss
css/reveal.scss
+1
-1
No files found.
css/reveal.css
View file @
fd95c8c2
...
...
@@ -460,7 +460,7 @@ body {
* SLIDE NUMBER
*********************************************/
.reveal
.slide-number
{
position
:
fixed
;
position
:
absolute
;
display
:
block
;
right
:
8px
;
bottom
:
8px
;
...
...
css/reveal.scss
View file @
fd95c8c2
...
...
@@ -556,7 +556,7 @@ $controlsArrowAngleActive: 36deg;
*********************************************/
.reveal
.slide-number
{
position
:
fixed
;
position
:
absolute
;
display
:
block
;
right
:
8px
;
bottom
:
8px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment