slight tweak to pdf export css (#92)

master
Hakim El Hattab 2012-08-04 15:53:52 -04:00
parent f350c6a5cd
commit eb002bd2a2
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,7 @@ body {
padding: 0;
float: none !important;
overflow: visible;
background: #333;
}
html {
@ -110,6 +111,7 @@ ul, ol, div, p {
position: static;
width: 100%;
height: auto;
min-height: initial;
display: block;
overflow: visible;

View File

@ -332,7 +332,7 @@ function linkify( selector ) {
// Load the scripts and, when completed, initialize reveal.js
head.js.apply( null, scripts );
</script>x
</script>
</body>
</html>