1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-21 12:21:46 +02:00

a footer for all slides

This commit is contained in:
José Luis Antúnez
2017-03-10 21:12:54 +01:00
committed by GitHub
parent 9bbbd7362b
commit 886b01de7b

View File

@@ -1240,8 +1240,7 @@ footer img {
vertical-align: middle; vertical-align: middle;
} }
header, header, footer {
section footer {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
@@ -1249,7 +1248,7 @@ section footer {
z-index: 3; z-index: 3;
} }
section footer { footer {
top: auto; top: auto;
bottom: 0; bottom: 0;
} }