Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Center graphical content by default, offer fullscreen class
  • Loading branch information
vibrog committed Apr 10, 2011
1 parent 3173c9d commit 8860d79
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion resources/styles.css
Expand Up @@ -49,4 +49,12 @@ nav button { float: left; border: 0; width: 26px; height: 25px; text-indent: -99
.slide p { font-size: 20px; margin: 0 0 1em; }
.slide li { list-style-type: disc; margin-left: 40px; font-size: 20px; }
.slide pre { font-size:20px; font-family: monospace; }
.slide hgroup {margin: 0 0 20px;}
.slide hgroup {margin: 0 0 20px;}

/* Center graphics and media content */
.slide img, video, canvas, figure, object, embed { margin:0 auto; }
.slide .fullscreen {
position: absolute; left:0; top:0;
width:100%;
z-index:-1;
}

0 comments on commit 8860d79

Please sign in to comment.