unbold the 'Direct link' label

This commit is contained in:
Jan-Christoph Borchardt 2013-10-21 00:12:38 +03:00
parent 8a643ac5bc
commit 5ac4ec3a84
1 changed files with 4 additions and 1 deletions

View File

@ -136,7 +136,10 @@ thead{
.directLink {
margin-bottom: 20px;
}
.directLink input{
.directLink label {
font-weight: normal;
}
.directLink input {
margin-left: 10px;
width: 300px;
}