Skip to content

Commit

Permalink
Change padding to em for better menu views
Browse files Browse the repository at this point in the history
  • Loading branch information
imakewebthings committed Aug 16, 2011
1 parent b273170 commit c4e3448
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion core/deck.core.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ html {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
padding: 15px;
padding: 1em;
border: 1px solid #888;
}
.deck-container em {
Expand Down
2 changes: 1 addition & 1 deletion core/deck.core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ html {
white-space:pre;
white-space:pre-wrap;
word-wrap:break-word;
padding: 15px;
padding: 1em;
border:1px solid #888;
}

Expand Down
2 changes: 1 addition & 1 deletion themes/style/neon.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
}
.deck-container blockquote {
font-size: 2em;
padding: 15px 30px;
padding: 1em 2em;
color: #fff;
border-left: 5px solid #fff;
}
Expand Down
2 changes: 1 addition & 1 deletion themes/style/neon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

blockquote {
font-size:2em;
padding:15px 30px;
padding:1em 2em;
color:#fff;
border-left:5px solid #fff;

Expand Down
3 changes: 2 additions & 1 deletion themes/style/swiss.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
.deck-container blockquote {
font-size: 2em;
font-style: italic;
padding: 15px 30px;
padding: 1em 2em;
color: #000;
border-left: 5px solid #ccc;
}
Expand Down Expand Up @@ -55,6 +55,7 @@
}
.deck-container .deck-prev-link, .deck-container .deck-next-link {
background: #ccc;
font-family: sans-serif;
}
.deck-container .deck-prev-link, .deck-container .deck-prev-link:hover, .deck-container .deck-prev-link:focus, .deck-container .deck-prev-link:active, .deck-container .deck-prev-link:visited, .deck-container .deck-next-link, .deck-container .deck-next-link:hover, .deck-container .deck-next-link:focus, .deck-container .deck-next-link:active, .deck-container .deck-next-link:visited {
color: #fff;
Expand Down
3 changes: 2 additions & 1 deletion themes/style/swiss.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
blockquote {
font-size:2em;
font-style:italic;
padding:15px 30px;
padding:1em 2em;
color:#000;
border-left:5px solid #ccc;

Expand Down Expand Up @@ -63,6 +63,7 @@

.deck-prev-link, .deck-next-link {
background:#ccc;
font-family:sans-serif;

&, &:hover, &:focus, &:active, &:visited {
color:#fff;
Expand Down
2 changes: 1 addition & 1 deletion themes/style/web-2.0.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
.deck-container blockquote {
font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
font-size: 2em;
padding: 20px 30px 20px 2em;
padding: 1em 2em .5em 2em;
color: #000;
background: #fff;
position: relative;
Expand Down
2 changes: 1 addition & 1 deletion themes/style/web-2.0.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
blockquote {
font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
font-size:2em;
padding:20px 30px 20px 2em;
padding:1em 2em .5em 2em;
color:#000;
background:#fff;
position:relative;
Expand Down

0 comments on commit c4e3448

Please sign in to comment.