©️ ©️ ©️ ©️ ©️ closes #1469
This commit is contained in:
parent
bef2722eed
commit
18b644cf8f
10 changed files with 10 additions and 10 deletions
|
@ -13,7 +13,7 @@ module.exports = function(grunt) {
|
||||||
' * http://lab.hakim.se/reveal-js\n' +
|
' * http://lab.hakim.se/reveal-js\n' +
|
||||||
' * MIT licensed\n' +
|
' * MIT licensed\n' +
|
||||||
' *\n' +
|
' *\n' +
|
||||||
' * Copyright (C) 2015 Hakim El Hattab, http://hakim.se\n' +
|
' * Copyright (C) 2016 Hakim El Hattab, http://hakim.se\n' +
|
||||||
' */'
|
' */'
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
Copyright (C) 2015 Hakim El Hattab, http://hakim.se
|
Copyright (C) 2016 Hakim El Hattab, http://hakim.se
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1016,4 +1016,4 @@ Some reveal.js features, like external Markdown and speaker notes, require that
|
||||||
|
|
||||||
MIT licensed
|
MIT licensed
|
||||||
|
|
||||||
Copyright (C) 2015 Hakim El Hattab, http://hakim.se
|
Copyright (C) 2016 Hakim El Hattab, http://hakim.se
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* http://lab.hakim.se/reveal-js
|
* http://lab.hakim.se/reveal-js
|
||||||
* MIT licensed
|
* MIT licensed
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
|
* Copyright (C) 2016 Hakim El Hattab, http://hakim.se
|
||||||
*/
|
*/
|
||||||
/*********************************************
|
/*********************************************
|
||||||
* RESET STYLES
|
* RESET STYLES
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* http://lab.hakim.se/reveal-js
|
* http://lab.hakim.se/reveal-js
|
||||||
* MIT licensed
|
* MIT licensed
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
|
* Copyright (C) 2016 Hakim El Hattab, http://hakim.se
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Black theme for reveal.js. This is the opposite of the 'white' theme.
|
* Black theme for reveal.js. This is the opposite of the 'white' theme.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
|
* By Hakim El Hattab, http://hakim.se
|
||||||
*/
|
*/
|
||||||
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
|
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
|
||||||
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
|
section.has-light-background, section.has-light-background h1, section.has-light-background h2, section.has-light-background h3, section.has-light-background h4, section.has-light-background h5, section.has-light-background h6 {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Black theme for reveal.js. This is the opposite of the 'white' theme.
|
* Black theme for reveal.js. This is the opposite of the 'white' theme.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
|
* By Hakim El Hattab, http://hakim.se
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* White theme for reveal.js. This is the opposite of the 'black' theme.
|
* White theme for reveal.js. This is the opposite of the 'black' theme.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
|
* By Hakim El Hattab, http://hakim.se
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* White theme for reveal.js. This is the opposite of the 'black' theme.
|
* White theme for reveal.js. This is the opposite of the 'black' theme.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
|
* By Hakim El Hattab, http://hakim.se
|
||||||
*/
|
*/
|
||||||
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
|
@import url(../../lib/font/source-sans-pro/source-sans-pro.css);
|
||||||
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
|
section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-dark-background h6 {
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* http://lab.hakim.se/reveal-js
|
* http://lab.hakim.se/reveal-js
|
||||||
* MIT licensed
|
* MIT licensed
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se
|
* Copyright (C) 2016 Hakim El Hattab, http://hakim.se
|
||||||
*/
|
*/
|
||||||
(function( root, factory ) {
|
(function( root, factory ) {
|
||||||
if( typeof define === 'function' && define.amd ) {
|
if( typeof define === 'function' && define.amd ) {
|
||||||
|
|
Loading…
Reference in a new issue