Commit: feb957de01727a3c1022b4bb973fa91b900f39f5

Author: Jon Adams | Date: 2010-10-03 20:29:56 -0700
tweaking css for new font implemenation / spacing issues
diff --git a/webroot/css/anologue.css b/webroot/css/anologue.css index f5e58b1..0ee9e7d 100644 --- a/webroot/css/anologue.css +++ b/webroot/css/anologue.css @@ -67,6 +67,7 @@ em { .home .width-constraint { display:block; width:1002px; + padding: 0 1em; margin:0 auto; } @@ -77,6 +78,11 @@ em { padding:2em 1em; } +.home .header h1 { + position: relative; + top: -50px; +} + .home .header .aside { text-align:right; vertical-align:bottom; @@ -208,10 +214,11 @@ textarea::-webkit-input-placeholder { } #anologue-settings button { text-align: center; + padding: 0 1em; background: none; border: none; color: rgba(255,255,255,.45); - font-size: 1em; + font-size: 2.5em; font-family: "Anologue Titling", Helvetica, Arial, sans-serif; cursor: pointer; }