This commit is contained in:
jeena 2013-07-18 15:42:14 +02:00
parent ca8863c170
commit 73a56807a3

View file

@ -1,10 +1,12 @@
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,200);
html, body { html, body {
min-height: 100%; min-height: 100%;
} }
body { body {
background: white; background: white;
font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, georgia; font-family: "Trebuchet MS", "Lucida Grande", verdana, sans-serif;
font-size: 0.9em; font-size: 0.9em;
margin: 0; margin: 0;
padding: 20px 10%; padding: 20px 10%;
@ -18,8 +20,9 @@ a {
h1 { h1 {
margin-bottom: 0; margin-bottom: 0;
font-weight: normal; font-weight: 300;
font-size: 2em; font-size: 2.5em;
font-family: Raleway, sans-serif;
} }
h1 + h2 { h1 + h2 {