diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-02-16 19:57:17 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-02-16 19:57:17 -0800 |
commit | 7bdcb5e43d3b70f20e53f7a8c29ae395b02577de (patch) | |
tree | 02e38b201de3b7f904fea74e8b451d59aea9a7d0 /default.revealjs | |
parent | 260f7876a2059c702164ee5b3e9787515cbd95dd (diff) | |
download | pandoc-7bdcb5e43d3b70f20e53f7a8c29ae395b02577de.tar.gz |
Fixed some cosmetic spacing issues in reveal.js template.
Diffstat (limited to 'default.revealjs')
-rw-r--r-- | default.revealjs | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/default.revealjs b/default.revealjs index 0f2898fd8..c26837928 100644 --- a/default.revealjs +++ b/default.revealjs @@ -14,38 +14,38 @@ $endif$ <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"> <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)$ - <style type="text/css"> + <style type="text/css"> $highlighting-css$ - </style> + </style> $endif$ $for(css)$ - <link rel="stylesheet" href="$css$"/> + <link rel="stylesheet" href="$css$"/> $endfor$ $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$ - <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$ - <!-- If the query includes 'print-pdf', include the PDF print sheet --> - <script> - if( window.location.search.match( /print-pdf/gi ) ) { - var link = document.createElement( 'link' ); - link.rel = 'stylesheet'; - link.type = 'text/css'; - link.href = '$revealjs-url$/css/print/pdf.css'; - document.getElementsByTagName( 'head' )[0].appendChild( link ); - } - </script> - <!--[if lt IE 9]> - <script src="$revealjs-url$/lib/js/html5shiv.js"></script> - <![endif]--> + <!-- If the query includes 'print-pdf', include the PDF print sheet --> + <script> + if( window.location.search.match( /print-pdf/gi ) ) { + var link = document.createElement( 'link' ); + link.rel = 'stylesheet'; + link.type = 'text/css'; + link.href = '$revealjs-url$/css/print/pdf.css'; + document.getElementsByTagName( 'head' )[0].appendChild( link ); + } + </script> + <!--[if lt IE 9]> + <script src="$revealjs-url$/lib/js/html5shiv.js"></script> + <![endif]--> $if(math)$ - $math$ + $math$ $endif$ $for(header-includes)$ - $header-includes$ + $header-includes$ $endfor$ </head> <body> |