fix layering issue of anchors in ff with page transition (closes #274)

master
hakimel 2013-01-29 15:11:10 -05:00
parent 312eafe2e0
commit a20d3b6862
2 changed files with 6 additions and 1 deletions

View File

@ -186,6 +186,11 @@ body {
max-height: 100%;
}
/** Prevents layering issues in certain browser/transition combinations */
.reveal a {
position: relative;
}
.reveal strong,
.reveal b {
font-weight: bold;

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long