merge upgrade of highlight.js, add base styles to pre code, dont limit language detection in index.html #809

This commit is contained in:
Hakim El Hattab
2014-03-25 16:56:33 +01:00
parent b8157a1e91
commit 243867f91e
3 changed files with 5 additions and 5 deletions

View File

@ -353,10 +353,13 @@ body {
font-family: monospace;
}
.reveal pre code {
display: block;
padding: 5px;
overflow: auto;
max-height: 400px;
word-wrap: normal;
background: #3F3F3F;
color: #DCDCDC;
}
.reveal pre.stretch code {
height: 100%;

2
css/reveal.min.css vendored

File diff suppressed because one or more lines are too long