Explorar o código

Merge pull request #1 from altryne/master

Added fix for firefox ( and other browsers without 3d support ) to be able to click links
Hakim El Hattab %!s(int64=14) %!d(string=hai) anos
pai
achega
b5a274f3ba
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      css/main.css

+ 2 - 0
css/main.css

@@ -123,6 +123,8 @@ h4.inverted {
 
 #main section.present {
 	display: block;
+    position: relative;
+    z-index: 10;
 }
 
 #main section.future {