labels changed to font-weight normal instead of bold, css structure improved

This commit is contained in:
Jef van Schendel 2011-05-13 15:34:44 -05:00 committed by Christopher Allan Webber
parent cb1e4a3d1f
commit 983aa712ad
2 changed files with 21 additions and 9 deletions

View File

@ -24,21 +24,18 @@ h1 {
margin-top:50px; margin-top:50px;
} }
.dotted_line {
width:100%;
height:0px;
border-bottom: dotted 1px #5f5f5f;
position:absolute;
left:0px;
margin-top:-20px;
}
a { a {
color: #d12929; color: #d12929;
border-bottom: 1px dotted; border-bottom: 1px dotted;
text-decoration: none; text-decoration: none;
} }
label {
font-weight: normal;
}
/* website structure */
.mediagoblin_header { .mediagoblin_header {
width:100%; width:100%;
height:60px; height:60px;
@ -71,6 +68,17 @@ a {
padding-right:11px; 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 { .button_red {
background-image: url('../images/button_red.png'); background-image: url('../images/button_red.png');
} }

View File

@ -39,6 +39,10 @@ a {
text-decoration: none; text-decoration: none;
} }
label {
font-weight: normal;
}
.mediagoblin_header { .mediagoblin_header {
width:100%; width:100%;
height:60px; height:60px;