Changed #reveal to .reveal in print.css

master
Brian Leathem 2012-06-13 20:56:57 -07:00
parent 2d44d1e25f
commit 9b00001870
1 changed files with 11 additions and 11 deletions

View File

@ -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 {
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 {
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 {
-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 {
-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);