labels changed to font-weight normal instead of bold, css structure improved
authorJef van Schendel <jefvanschendel@gmail.com>
Fri, 13 May 2011 20:34:44 +0000 (15:34 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 13 May 2011 20:34:44 +0000 (15:34 -0500)
mediagoblin/static/css/base.css
mediagoblin/static/css/base.css~

index 169394d0eb68cb345e5e22f88ca670a9e682a86e..6c50377f28f6632e3f072a18451d18218dfb383c 100644 (file)
@@ -24,21 +24,18 @@ h1 {
     margin-top:50px;
 }
 
-.dotted_line {
-    width:100%;
-    height:0px;
-    border-bottom: dotted 1px #5f5f5f;
-    position:absolute;
-    left:0px;
-    margin-top:-20px;
-}
-
 a {
     color: #d12929;
     border-bottom: 1px dotted;
     text-decoration: none;
 }
 
+label {
+  font-weight: normal;
+}
+
+/* website structure */
+
 .mediagoblin_header {
     width:100%;
     height:60px;
@@ -71,6 +68,17 @@ a {
     padding-right:11px;
 }
 
+/* common website elements */
+
+.dotted_line {
+    width:100%;
+    height:0px;
+    border-bottom: dotted 1px #5f5f5f;
+    position:absolute;
+    left:0px;
+    margin-top:-20px;
+}
+
 .button_red {
     background-image: url('../images/button_red.png');
 }
index 169394d0eb68cb345e5e22f88ca670a9e682a86e..4c5ae9ab076640da7167d488532788a4ac15dd01 100644 (file)
@@ -39,6 +39,10 @@ a {
     text-decoration: none;
 }
 
+label {
+  font-weight: normal;
+}
+
 .mediagoblin_header {
     width:100%;
     height:60px;