Skip to content

Commit ecbcd9b

Browse files
committed
last changes
1 parent 5513c1c commit ecbcd9b

16 files changed

+34
-51
lines changed

doc/export/leeme-beamer.pdf

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

doc/export/leeme-reveal-slides.html

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@
6464
strong {
6565
color: #777
6666
}
67-
.only-print {
68-
display: none;
69-
}
7067
@media print {
71-
.only-print { display: block!important; }
68+
#only-print-parent { display: table !important; }
69+
#only-print-child { display: table-cell !important; vertical-align: middle;}
7270
}
7371
</style>
7472

@@ -81,15 +79,12 @@
8179
<div class="reveal">
8280
<div class="slides">
8381

84-
<section>
85-
<br class="only-print"/>
86-
<br class="only-print"/>
87-
<br class="only-print"/>
88-
<br class="only-print"/>
89-
<br class="only-print"/>
90-
<h1 class="title">Markdown Slides [ES]</h2>
91-
<h2 class="author">Adolfo Sanz De Diego</h2>
92-
<h3 class="date">Enero 2014</h3>
82+
<section id="only-print-parent">
83+
<div id="only-print-child">
84+
<h1 class="title">Markdown Slides [ES]</h2>
85+
<h2 class="author">Adolfo Sanz De Diego</h2>
86+
<h3 class="date">Enero 2014</h3>
87+
</div>
9388
</section>
9489

9590
<section><section id="acerca-de" class="titleslide slide level1"><h1><span class="header-section-number">1</span> Acerca de</h1></section><section id="qué-es-esto-i" class="slide level2">

doc/export/leeme-reveal-slides.pdf

-42 Bytes
Binary file not shown.

doc/export/leeme.docx

0 Bytes
Binary file not shown.

doc/export/leeme.odt

0 Bytes
Binary file not shown.

doc/export/leeme.pdf

0 Bytes
Binary file not shown.

doc/export/readme-beamer.pdf

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

doc/export/readme-reveal-slides.html

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,9 @@
6464
strong {
6565
color: #777
6666
}
67-
.only-print {
68-
display: none;
69-
}
7067
@media print {
71-
.only-print { display: block!important; }
68+
#only-print-parent { display: table !important; }
69+
#only-print-child { display: table-cell !important; vertical-align: middle;}
7270
}
7371
</style>
7472

@@ -81,15 +79,12 @@
8179
<div class="reveal">
8280
<div class="slides">
8381

84-
<section>
85-
<br class="only-print"/>
86-
<br class="only-print"/>
87-
<br class="only-print"/>
88-
<br class="only-print"/>
89-
<br class="only-print"/>
90-
<h1 class="title">Markdown Slides [EN]</h2>
91-
<h2 class="author">Adolfo Sanz De Diego</h2>
92-
<h3 class="date">January 2014</h3>
82+
<section id="only-print-parent">
83+
<div id="only-print-child">
84+
<h1 class="title">Markdown Slides [EN]</h2>
85+
<h2 class="author">Adolfo Sanz De Diego</h2>
86+
<h3 class="date">January 2014</h3>
87+
</div>
9388
</section>
9489

9590
<section><section id="about" class="titleslide slide level1"><h1><span class="header-section-number">1</span> About</h1></section><section id="what-is-it-i" class="slide level2">

0 commit comments

Comments
 (0)