Skip to content

Commit

Permalink
Fixed issue #11039: Labels are of non-equal weigth
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Apr 28, 2016
1 parent 14ffa8b commit f644579
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions templates/default/css/template.css
Expand Up @@ -909,3 +909,8 @@ body div.row .question-container {
#checkjavascript {
margin-top: 100px;
}

/*label font weight*/
label, th {
font-weight: normal;
}
5 changes: 5 additions & 0 deletions templates/news_paper/css/template.css
Expand Up @@ -813,3 +813,8 @@ table.numbers-only th, table.numbers-only input {
#checkjavascript {
margin-top: 100px;
}

/*label font weight*/
label, th {
font-weight: normal;
}
5 changes: 5 additions & 0 deletions templates/ubuntu_orange/css/template.css
Expand Up @@ -808,3 +808,8 @@ table.numbers-only th, table.numbers-only input {
#checkjavascript {
margin-top: 100px;
}

/*label font weight*/
label, th {
font-weight: normal;
}

0 comments on commit f644579

Please sign in to comment.