Skip to content

Commit

Permalink
fix top margin of WC images
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Reagle committed Aug 25, 2012
1 parent f32463b commit b3685fb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion class.dzslides
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ $endfor$
}
/* these elements tend to be bigger, so down a little */
section > iframe:only-child,
section > p:only-child {
section > p:only-child,
section > a:only-child { /* includes wikicommon a/img */
display: block;
margin-top: 60px;
/* padding: 8px; background-color: yellow; */
Expand Down
5 changes: 3 additions & 2 deletions template.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ <h4 id="using-h4-w-1200800">Using h4 w/ 1200/800</h4>
</section>
<section class="slide level1" id="do-you-agree-with-the-cultural-imperialism-thesis">
<h1>Do you agree with the cultural imperialism thesis?</h1>
<p><a href="http://commons.wikimedia.org/wiki/File%3AQuestion_mark_alternate.svg" title="By User:Stannered [Public domain], via Wikimedia Commons"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Question_mark_alternate.svg/256px-Question_mark_alternate.svg.png" alt="Question"></a></p>
<p><a href="http://commons.wikimedia.org/wiki/File%3AQuestion_mark_alternate.svg" title="By User:Stannered [Public domain], via Wikimedia Commons"><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Question_mark_alternate.svg/128px-Question_mark_alternate.svg.png" alt="Question"></a></p>
</section>
<section class="slide level1" id="section-11">

Expand Down Expand Up @@ -284,7 +284,8 @@ <h1>End!</h1>
}
/* these elements tend to be bigger, so down a little */
section > iframe:only-child,
section > p:only-child {
section > p:only-child,
section > a:only-child { /* includes wikicommon a/img */
display: block;
margin-top: 60px;
/* padding: 8px; background-color: yellow; */
Expand Down
2 changes: 1 addition & 1 deletion template.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor

# Do you agree with the cultural imperialism thesis?

[![Question](http://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Question_mark_alternate.svg/256px-Question_mark_alternate.svg.png)](http://commons.wikimedia.org/wiki/File%3AQuestion_mark_alternate.svg "By User:Stannered [Public domain], via Wikimedia Commons")
[![Question](http://upload.wikimedia.org/wikipedia/commons/thumb/f/f8/Question_mark_alternate.svg/128px-Question_mark_alternate.svg.png)](http://commons.wikimedia.org/wiki/File%3AQuestion_mark_alternate.svg "By User:Stannered [Public domain], via Wikimedia Commons")

---------

Expand Down

0 comments on commit b3685fb

Please sign in to comment.