Small margin/font-weight fix
authorJef van Schendel <mail@jefvanschendel.nl>
Sun, 15 Jan 2012 16:07:15 +0000 (17:07 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Sun, 15 Jan 2012 16:07:15 +0000 (17:07 +0100)
mediagoblin/static/css/base.css

index c2d45a1b1cc5bc1fea09e8b0d0bd59aa8ed6af91..5b37a362266ee36cc7fac40b721d1d5e0cbae9f0 100644 (file)
@@ -48,6 +48,7 @@ h1 {
   margin-top: 15px;
   color: #fff;
   font-size: 1.875em;
+  font-weight: bold;
 }
 
 h2 {
@@ -63,6 +64,7 @@ h3 {
 
 p {
   margin-top: 0px;
+  margin-bottom: 20px;
 }
 
 a {