Fixed some cosmetic spacing issues in reveal.js template.

This commit is contained in:
John MacFarlane 2015-02-16 19:57:17 -08:00
parent 260f7876a2
commit 7bdcb5e43d

View file

@ -14,38 +14,38 @@ $endif$
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="$revealjs-url$/css/reveal.css"/> <link rel="stylesheet" href="$revealjs-url$/css/reveal.css"/>
<style type="text/css">code{white-space: pre;}</style> <style type="text/css">code{white-space: pre;}</style>
$if(highlighting-css)$ $if(highlighting-css)$
<style type="text/css"> <style type="text/css">
$highlighting-css$ $highlighting-css$
</style> </style>
$endif$ $endif$
$for(css)$ $for(css)$
<link rel="stylesheet" href="$css$"/> <link rel="stylesheet" href="$css$"/>
$endfor$ $endfor$
$if(theme)$ $if(theme)$
<link rel="stylesheet" href="$revealjs-url$/css/theme/$theme$.css" id="theme"> <link rel="stylesheet" href="$revealjs-url$/css/theme/$theme$.css" id="theme">
$else$ $else$
<link rel="stylesheet" href="$revealjs-url$/css/theme/black.css" id="theme"> <link rel="stylesheet" href="$revealjs-url$/css/theme/black.css" id="theme">
$endif$ $endif$
<!-- If the query includes 'print-pdf', include the PDF print sheet --> <!-- If the query includes 'print-pdf', include the PDF print sheet -->
<script> <script>
if( window.location.search.match( /print-pdf/gi ) ) { if( window.location.search.match( /print-pdf/gi ) ) {
var link = document.createElement( 'link' ); var link = document.createElement( 'link' );
link.rel = 'stylesheet'; link.rel = 'stylesheet';
link.type = 'text/css'; link.type = 'text/css';
link.href = '$revealjs-url$/css/print/pdf.css'; link.href = '$revealjs-url$/css/print/pdf.css';
document.getElementsByTagName( 'head' )[0].appendChild( link ); document.getElementsByTagName( 'head' )[0].appendChild( link );
} }
</script> </script>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="$revealjs-url$/lib/js/html5shiv.js"></script> <script src="$revealjs-url$/lib/js/html5shiv.js"></script>
<![endif]--> <![endif]-->
$if(math)$ $if(math)$
$math$ $math$
$endif$ $endif$
$for(header-includes)$ $for(header-includes)$
$header-includes$ $header-includes$
$endfor$ $endfor$
</head> </head>
<body> <body>