Skip to content

Commit

Permalink
vcenter max height + print fix
Browse files Browse the repository at this point in the history
  • Loading branch information
imakewebthings committed Nov 16, 2011
1 parent 69e8148 commit b4cd216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/deck.core.css
Expand Up @@ -195,6 +195,7 @@ html {
font-weight: bold;
text-align: center;
padding-top: 1em;
max-height: 100%;
}
.csstransforms .slide h1, .csstransforms .slide .vcenter {
padding: 0 48px;
Expand Down Expand Up @@ -376,7 +377,7 @@ body.deck-container {
opacity: 1 !important;
}

h1 {
h1, .vcenter {
-webkit-transform: none !important;
-moz-transform: none !important;
-o-transform: none !important;
Expand Down
3 changes: 2 additions & 1 deletion core/deck.core.scss
Expand Up @@ -243,6 +243,7 @@ html {
font-weight:bold;
text-align:center;
padding-top:1em;
max-height:100%;

.csstransforms & {
padding:0 48px;
Expand Down Expand Up @@ -419,7 +420,7 @@ body.deck-container {
opacity:1 !important;
}

h1 {
h1, .vcenter {
-webkit-transform:none !important;
-moz-transform:none !important;
-o-transform:none !important;
Expand Down

0 comments on commit b4cd216

Please sign in to comment.