Merge pull request #1 from altryne/master

Added fix for firefox ( and other browsers without 3d support ) to be able to click links
master
Hakim El Hattab 2011-06-08 00:12:03 -07:00
commit b5a274f3ba
1 changed files with 2 additions and 0 deletions

View File

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