Browse Source

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

embed
hakimel 12 years ago
parent
commit
a20d3b6862
  1. 5
      css/reveal.css
  2. 2
      css/reveal.min.css

5
css/reveal.css

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

2
css/reveal.min.css

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save