Skip to content

Commit

Permalink
Added css to preserve space in <code> tags.
Browse files Browse the repository at this point in the history
Thanks to Dirk Laurie.
  • Loading branch information
John MacFarlane committed Jan 5, 2013
1 parent 4c1f840 commit 9601cc5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions default.dzslides
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ $if(date-meta)$
<meta name="dcterms.date" content="$date-meta$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$
Expand Down
1 change: 1 addition & 0 deletions default.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<meta name="date" content="$date-meta$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$
Expand Down
1 change: 1 addition & 0 deletions default.html5
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $if(date-meta)$
<meta name="dcterms.date" content="$date-meta$">
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
Expand Down
1 change: 1 addition & 0 deletions default.s5
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ $if(date-meta)$
<meta name="date" content="$date-meta$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
<!-- configuration parameters -->
<meta name="defaultView" content="slideshow" />
<meta name="controlVis" content="hidden" />
Expand Down
1 change: 1 addition & 0 deletions default.slideous
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $if(date-meta)$
<meta name="date" content="$date-meta$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$
Expand Down
1 change: 1 addition & 0 deletions default.slidy
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $if(date-meta)$
<meta name="date" content="$date-meta$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$
Expand Down

0 comments on commit 9601cc5

Please sign in to comment.