Skip to content
Snippets Groups Projects
Commit 9b000018 authored by Brian Leathem's avatar Brian Leathem
Browse files

Changed #reveal to .reveal in print.css

parent 2d44d1e2
No related branches found
No related tags found
No related merge requests found
...@@ -32,8 +32,8 @@ html { ...@@ -32,8 +32,8 @@ html {
This would include navigation, ads, sidebars, etc. */ This would include navigation, ads, sidebars, etc. */
.nestedarrow, .nestedarrow,
.controls a, .controls a,
#reveal .progress span, .reveal .progress span,
#reveal.overview { .reveal.overview {
display:none; display:none;
} }
...@@ -74,8 +74,8 @@ a:visited { ...@@ -74,8 +74,8 @@ a:visited {
font-weight: bold; font-weight: bold;
text-decoration: underline; text-decoration: underline;
} }
#reveal a:link:after, .reveal a:link:after,
#reveal a:visited:after { .reveal a:visited:after {
content: " (" attr(href) ") "; content: " (" attr(href) ") ";
color: #222 !important; color: #222 !important;
font-size: 90%; font-size: 90%;
...@@ -93,7 +93,7 @@ ul, ol, div, p { ...@@ -93,7 +93,7 @@ ul, ol, div, p {
margin: auto; margin: auto;
text-align: left !important; text-align: left !important;
} }
#reveal .slides { .reveal .slides {
position: static; position: static;
width: auto; width: auto;
height: auto; height: auto;
...@@ -118,8 +118,8 @@ ul, ol, div, p { ...@@ -118,8 +118,8 @@ ul, ol, div, p {
-ms-perspective-origin: 50% 50%; -ms-perspective-origin: 50% 50%;
perspective-origin: 50% 50%; perspective-origin: 50% 50%;
} }
#reveal .slides>section, #reveal .slides>section>section, .reveal .slides>section, .reveal .slides>section>section,
#reveal .slides>section.past, #reveal .slides>section.future { .reveal .slides>section.past, .reveal .slides>section.future {
visibility: visible; visibility: visible;
position: static; position: static;
width: 90%; width: 90%;
...@@ -145,17 +145,17 @@ ul, ol, div, p { ...@@ -145,17 +145,17 @@ ul, ol, div, p {
-ms-transform: none; -ms-transform: none;
transform: none; transform: none;
} }
#reveal section { .reveal section {
page-break-after: always !important; page-break-after: always !important;
display: block !important; display: block !important;
} }
#reveal section.stack { .reveal section.stack {
page-break-after: avoid !important; page-break-after: avoid !important;
} }
#reveal section .fragment { .reveal section .fragment {
opacity: 1 !important; opacity: 1 !important;
} }
#reveal section img { .reveal section img {
display: block; display: block;
margin: 15px 0px; margin: 15px 0px;
background: rgba(255,255,255,1); 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