Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
eb002bd2
Commit
eb002bd2
authored
Aug 04, 2012
by
Hakim El Hattab
Browse files
slight tweak to pdf export css (#92)
parent
f350c6a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/print-pdf.css
View file @
eb002bd2
...
...
@@ -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
;
...
...
index.html
View file @
eb002bd2
...
...
@@ -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>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment