瀏覽代碼

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

hakimel 11 年之前
父節點
當前提交
a20d3b6862
共有 2 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      css/reveal.css
  2. 0 0
      css/reveal.min.css

+ 5 - 0
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;

File diff suppressed because it is too large
+ 0 - 0
css/reveal.min.css


Some files were not shown because too many files changed in this diff