Browse Source

further refinements to overlay styles

Hakim El Hattab 3 months ago
parent
commit
0524ae855d
7 changed files with 2 additions and 11 deletions
  1. 1 10
      css/reveal.scss
  2. 0 0
      dist/reveal.css
  3. 0 0
      dist/reveal.esm.js
  4. 0 0
      dist/reveal.esm.js.map
  5. 0 0
      dist/reveal.js
  6. 0 0
      dist/reveal.js.map
  7. 1 1
      js/reveal.js

File diff suppressed because it is too large
+ 1 - 10
css/reveal.scss


File diff suppressed because it is too large
+ 0 - 0
dist/reveal.css


File diff suppressed because it is too large
+ 0 - 0
dist/reveal.esm.js


File diff suppressed because it is too large
+ 0 - 0
dist/reveal.esm.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/reveal.js


File diff suppressed because it is too large
+ 0 - 0
dist/reveal.js.map


+ 1 - 1
js/reveal.js

@@ -882,7 +882,7 @@ export default function( revealElement, options ) {
 			dom.overlay.classList.add( 'overlay-help' );
 			dom.wrapper.appendChild( dom.overlay );
 
-			let html = '<p class="title">Keyboard Shortcuts</p><br/>';
+			let html = '<p class="title">Keyboard Shortcuts</p>';
 
 			let shortcuts = keyboard.getShortcuts(),
 				bindings = keyboard.getBindings();

Some files were not shown because too many files changed in this diff