Skip to content

Commit

Permalink
style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Reagle committed Jun 27, 2012
1 parent c805474 commit 65abec1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion class.dzslides
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ $endfor$

p {
margin-left: 25px;
margin-bottom: 10px;
}
ol {
margin: 5px 0px 5px 100px;
Expand Down Expand Up @@ -157,7 +158,7 @@ $endfor$
section > iframe:only-child,
section > p:only-child {
display: block;
margin-top: 40px;
margin-top: 60px;
/* padding: 8px; background-color: yellow; */
}

Expand Down
3 changes: 2 additions & 1 deletion template.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ <h1>End!</h1>

p {
margin-left: 25px;
margin-bottom: 10px;
}
ol {
margin: 5px 0px 5px 100px;
Expand Down Expand Up @@ -281,7 +282,7 @@ <h1>End!</h1>
section > iframe:only-child,
section > p:only-child {
display: block;
margin-top: 40px;
margin-top: 60px;
/* padding: 8px; background-color: yellow; */
}

Expand Down

0 comments on commit 65abec1

Please sign in to comment.