Commit b5a274f3 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge pull request #1 from altryne/master

Added fix for firefox ( and other browsers without 3d support ) to be able to click links
No related merge requests found
Showing with 2 additions and 0 deletions
+2 -0
...@@ -123,6 +123,8 @@ h4.inverted { ...@@ -123,6 +123,8 @@ h4.inverted {
#main section.present { #main section.present {
display: block; display: block;
position: relative;
z-index: 10;
} }
#main section.future { #main section.future {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment