mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
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:
parent
e1065af68e
commit
6212961fce
@ -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">
|
||||
|
||||
|
||||
@ -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">
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user