2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-03 15:40:14 +00:00

Move theme/custom CSS to be loaded last to help with #57

Now, you can add lightgallery / videojs styles with "--css"
and they apply on top the the defaults (instead of being overridden)
This commit is contained in:
Romain 2017-03-08 22:00:57 +11:00
parent 50f9a84eff
commit ee1186c1f4

View File

@ -6,11 +6,11 @@
<meta name="viewport" content="width=device-width, user-scalable=no" />
<title>{{gallery.title}} - {{album.title}}</title>
<link rel="stylesheet" href="{{relative 'public/reset.css'}}" />
<link rel="stylesheet" href="{{relative 'public/style.css'}}" />
<link rel="stylesheet" href="{{relative 'public/viewer.css'}}" />
<link rel="stylesheet" href="{{relative 'public/font-awesome/css/font-awesome.min.css'}}">
<link rel="stylesheet" href="{{relative 'public/light-gallery/css/lightgallery.css'}}" />
<link rel="stylesheet" href="{{relative 'public/video-js.css'}}" />
<link rel="stylesheet" href="{{relative 'public/style.css'}}" />
</head>
<body>