aboutsummaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
authorhakimel2013-01-29 15:11:10 -0500
committerhakimel2013-01-29 15:11:10 -0500
commita20d3b68627f7b83d0ad3a28280c9ec53c97af40 (patch)
treed571d1bfb1f9b9607c0dc6af9f728aa2328c2ad2 /css/reveal.css
parent312eafe2e0d31bea49cfb7e0f8eb4b54c45c2b71 (diff)
fix layering issue of anchors in ff with page transition (closes #274)
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index 77bb0bc..168c730 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -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;