Skip to content

Commit

Permalink
Center slides on larger screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Mar 21, 2012
1 parent a1c25ea commit c42ff64
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deckjs-mmlab.css
Expand Up @@ -8,10 +8,6 @@
color: #000;
font-size: 30pt;
}
.deck-container .slide > .outer {
width: 100%;
margin: 0 auto;
}
.deck-container .slide > .outer > .inner {
/* most projectors offer only a 1024x768 resolution */
/* width = 1024px minus two 48px paddings */
Expand All @@ -21,6 +17,11 @@
/* enable absolutely positioned elements inside slide */
position: relative;
}
.deck-container .slide > .outer {
/* center slide */
width: 928px;
margin: 0 auto;
}
.deck-container .slide h1 {
position: static;
-webkit-transform: none;
Expand Down

0 comments on commit c42ff64

Please sign in to comment.