Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
larger headlines for cartoon
Browse files Browse the repository at this point in the history
  • Loading branch information
thraxil committed May 10, 2008
1 parent 04aadb8 commit f00c2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fu/templates/article.html
Expand Up @@ -12,7 +12,7 @@

{% if article.cartoon %}

<h2>{{ article.headline }}</h2>
<h2 class="cartoon">{{ article.headline }}</h2>

<div id="byline">
<div class="article-thumb">
Expand Down
1 change: 1 addition & 0 deletions media/css/site.css
Expand Up @@ -140,6 +140,7 @@ h2 { font-size: 14px;}

#main h2 { font-size: 1.9em; margin-bottom: 1em; margin-top: 1em;}

h2.cartoon {color: #999; font-size: 1.9em;}
body.article #main h2 { color: #999; }

body.article #byline .article-thumb { display: block; float: none;}
Expand Down

0 comments on commit f00c2bf

Please sign in to comment.