Skip to content
Snippets Groups Projects
Commit 91b7df3e authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge pull request #63 from bleathem/patch-1

Changed #reveal to .reveal in print.css
parents 2d44d1e2 9b000018
No related branches found
No related tags found
No related merge requests found
......@@ -32,8 +32,8 @@ html {
This would include navigation, ads, sidebars, etc. */
.nestedarrow,
.controls a,
#reveal .progress span,
#reveal.overview {
.reveal .progress span,
.reveal.overview {
display:none;
}
......@@ -74,8 +74,8 @@ a:visited {
font-weight: bold;
text-decoration: underline;
}
#reveal a:link:after,
#reveal a:visited:after {
.reveal a:link:after,
.reveal a:visited:after {
content: " (" attr(href) ") ";
color: #222 !important;
font-size: 90%;
......@@ -93,7 +93,7 @@ ul, ol, div, p {
margin: auto;
text-align: left !important;
}
#reveal .slides {
.reveal .slides {
position: static;
width: auto;
height: auto;
......@@ -118,8 +118,8 @@ ul, ol, div, p {
-ms-perspective-origin: 50% 50%;
perspective-origin: 50% 50%;
}
#reveal .slides>section, #reveal .slides>section>section,
#reveal .slides>section.past, #reveal .slides>section.future {
.reveal .slides>section, .reveal .slides>section>section,
.reveal .slides>section.past, .reveal .slides>section.future {
visibility: visible;
position: static;
width: 90%;
......@@ -145,17 +145,17 @@ ul, ol, div, p {
-ms-transform: none;
transform: none;
}
#reveal section {
.reveal section {
page-break-after: always !important;
display: block !important;
}
#reveal section.stack {
.reveal section.stack {
page-break-after: avoid !important;
}
#reveal section .fragment {
.reveal section .fragment {
opacity: 1 !important;
}
#reveal section img {
.reveal section img {
display: block;
margin: 15px 0px;
background: rgba(255,255,255,1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment