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;
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');
}