added no_header_or_footer layout

added page 7 video_fullscreen
This commit is contained in:
Alex Corbi 2017-01-23 09:50:33 +01:00
parent 50d53ee7e8
commit 3533daf3b6
137 changed files with 2180 additions and 3732 deletions

View file

@ -1,12 +1,11 @@
/* ========================================================================
* Bootstrap: collapse.js v3.3.7
* Bootstrap: collapse.js v3.3.5
* http://getbootstrap.com/javascript/#collapse
* ========================================================================
* Copyright 2011-2016 Twitter, Inc.
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* ======================================================================== */
/* jshint latedef: false */
+function ($) {
'use strict';
@ -30,7 +29,7 @@
if (this.options.toggle) this.toggle()
}
Collapse.VERSION = '3.3.7'
Collapse.VERSION = '3.3.5'
Collapse.TRANSITION_DURATION = 350