Another small text style fix
authorJef van Schendel <mail@jefvanschendel.nl>
Sun, 15 Jan 2012 16:10:35 +0000 (17:10 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Sun, 15 Jan 2012 16:10:35 +0000 (17:10 +0100)
mediagoblin/static/css/base.css

index 5b37a362266ee36cc7fac40b721d1d5e0cbae9f0..44c7cd0c2a3dc8d50f1def80e355c492b7cde46c 100644 (file)
@@ -43,12 +43,18 @@ form {
 
 /* text styles */
 
+h1,h2,h3,p {
+  margin-bottom: 20px;
+}
+
+h1,h2,h3 {
+  font-weight: bold;
+}
+
 h1 {
-  margin-bottom: 15px;
   margin-top: 15px;
   color: #fff;
   font-size: 1.875em;
-  font-weight: bold;
 }
 
 h2 {
@@ -64,7 +70,6 @@ h3 {
 
 p {
   margin-top: 0px;
-  margin-bottom: 20px;
 }
 
 a {