labels changed to font-weight normal instead of bold, css structure improved
This commit is contained in:
parent
cb1e4a3d1f
commit
983aa712ad
@ -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');
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user