Skip to content

Commit

Permalink
Cleaned up some CSS, marginally increased font size to improve legiti…
Browse files Browse the repository at this point in the history
…bility, upgraded the reblog warning to include origination information again. Reblog Root Title is now linked to Reblog Root URL.

I think this is getting close to ready for submission to the Theme Garden.
  • Loading branch information
Mike Hudack authored and Mike Hudack committed Jul 2, 2010
1 parent 450e121 commit afa7f06
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions semanticTheme.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
color: {color:text};
margin-left: auto;
margin-right: auto;
font-size: 8pt;
font-size: 9pt;
font-family: {font:Body};
width: 500px;
padding-bottom: 40px;
Expand Down Expand Up @@ -134,7 +134,7 @@
display: block;
margin-top: 5px;
margin-bottom: 5px;
font-size: 90%;
font-size: 80%;
line-height: 180%;
width: 100%;
}
Expand Down Expand Up @@ -332,9 +332,7 @@ <h1>{Title}</h1>
</div>
{/block:Caption}
{/block:Audio}

<!-- Render a tutorial on reblogs unless you're on a PermalinkPage, in which case notes will be readily apparent and self-explanatory -->


{block:PostNotes}

<h3>Notes about this post from the Tumblr community:</h3>
Expand All @@ -354,7 +352,7 @@ <h3>Notes about this post from the Tumblr community:</h3>

{block:RebloggedFrom}
<br />
<b>Please Note: </b> The above post is a <a href="http://sethgodin.typepad.com/seths_blog/2007/03/definition_mash.html">mashup</a>. I may not agree with all of it.
<b>Please Note: </b> The above post is a <a href="http://sethgodin.typepad.com/seths_blog/2007/03/definition_mash.html">mashup</a> that started on <cite><a href="{ReblogRootName}">{ReblogRootTitle}</a></cite>. I may not agree with all of it.
{/block:RebloggedFrom}
</footer>
</article>
Expand Down

0 comments on commit afa7f06

Please sign in to comment.