Sfoglia il codice sorgente

ensure that syntax highlighted code works with remaining-height helper

Hakim El Hattab 10 anni fa
parent
commit
6f1dfee81b
2 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      css/reveal.css
  2. 0 0
      css/reveal.min.css

+ 8 - 0
css/reveal.css

@@ -318,6 +318,14 @@ body {
 	max-height: 400px;
 	word-wrap: normal;
 }
+.reveal pre.remaining-height code {
+	height: 100%;
+	max-height: 100%;
+
+	-webkit-box-sizing: border-box;
+	   -moz-box-sizing: border-box;
+	        box-sizing: border-box;
+}
 
 .reveal table th,
 .reveal table td {

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


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