Skip to content

Commit

Permalink
Fix for quote citations so everything lines up properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hudack committed Jul 1, 2010
1 parent b1bb915 commit 2109bd2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions semanticTheme.html
Expand Up @@ -13,6 +13,9 @@

<!-- Dojo seems cool -->
<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js" type="text/javascript" djConfig="parseOnLoad: true"></script>

<!-- Making the Web pretty -->
<link href=' http://fonts.googleapis.com/css?family=Cantarell:regular,bold' rel='stylesheet' type='text/css'>

<!-- for the Internet Exploder -->
<!--[if lt IE 9]>
Expand All @@ -21,7 +24,7 @@

<!-- Tumblr customization cues -->
<meta name="font:Title" content="Helvetica, Verdana, sans-serif" />
<meta name="font:Body" content="Helvetica, Verdana, sans-serif" />
<meta name="font:Body" content="Cardo,Helvetica, Verdana, sans-serif" />
<meta name="color:Background" content="#fff" />
<meta name="color:Text" content="#000" />

Expand Down Expand Up @@ -56,7 +59,7 @@
margin-left: auto;
margin-right: auto;
font-size: 10pt;
font-family: {font:Body},
font-family: {font:Body};
width: 500px;
padding-bottom: 40px;
}
Expand All @@ -70,7 +73,9 @@
}

header h1 {
font-family: {font:Header};
font-weight: 800;
font-size: 350%;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
Expand Down

0 comments on commit 2109bd2

Please sign in to comment.