diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a8f2afd..2200206 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -### 1.0.1 - 15.06.2015 +### 1.0.2 - 15.06.2015 * Fix CSS around cde ### 1.0.0 - 14.06.2015 diff --git a/src/FsReveal/fsreveal.css b/src/FsReveal/fsreveal.css index 76f700a..d377341 100644 --- a/src/FsReveal/fsreveal.css +++ b/src/FsReveal/fsreveal.css @@ -4,7 +4,12 @@ word-wrap: break-word; overflow: visible; max-height: none; - box-shadow:none; + box-shadow: none; background: transparent; color: inherit; } + +.reveal table.pre, .reveal pre.fssnip, .reveal pre { + box-shadow:none; + font: 16pt 'Droid Sans Mono',consolas,monospace; +} \ No newline at end of file