Fix position of navlinks on Firefox.

This commit is contained in:
Mayhem 2013-11-10 21:01:23 +01:00
parent dcdb530d19
commit bd2fe915eb

View File

@ -64,7 +64,7 @@ Index =
$.rmClass doc, 'index-loading'
for navLink in $$ '.navLinks'
$.rm navLink
$.after $.x('child::form/preceding-sibling::hr'), Index.navLinks
$.after $.x('child::form/preceding-sibling::hr[1]'), Index.navLinks
cb:
mode: ->