Skip to content

Commit

Permalink
Merge pull request #223 from Nicop06/patch-1
Browse files Browse the repository at this point in the history
DZSlides: Force word wrapping in code tags
  • Loading branch information
jgm authored Nov 25, 2016
2 parents 8a05c8e + bd5818c commit c5b8f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.dzslides
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
$endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
<style type="text/css">code{white-space: pre-wrap;}</style>
$if(quotes)$
<style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
$endif$
Expand Down

0 comments on commit c5b8f6c

Please sign in to comment.