bugfix: now disabling transitions in single image mode works again -- was a css priority flop + my neglect...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2012-08-11 03:24:28 +04:00
parent e1065af68e
commit 6212961fce
2 changed files with 6 additions and 4 deletions

View File

@ -1,8 +1,9 @@
<html>
<head>
<link rel="stylesheet" href="gallery.css">
<link rel="stylesheet" href="single-image-mode.css">
<link rel="stylesheet" href="transitions.css">
<link rel="stylesheet" href="gallery.css">
<!-- this must come after the transitions.css to work correctly -->
<link rel="stylesheet" href="single-image-mode.css">
<link rel="stylesheet" href="markers.css">

View File

@ -2,9 +2,10 @@
<!--
-->
<link rel="stylesheet" href="gallery.css">
<link rel="stylesheet" href="single-image-mode.css">
<link rel="stylesheet" href="transitions.css">
<link rel="stylesheet" href="gallery.css">
<!-- this must come after the transitions.css to work correctly -->
<link rel="stylesheet" href="single-image-mode.css">
<link rel="stylesheet" href="markers.css">