Skip to content
Snippets Groups Projects
Commit a8575599 authored by Jan-Christoph Borchardt's avatar Jan-Christoph Borchardt Committed by Thomas Müller
Browse files

explicitly unbold text by default, otherwise might be bold

parent e869db47
No related branches found
No related tags found
No related merge requests found
...@@ -485,9 +485,11 @@ button.loading { ...@@ -485,9 +485,11 @@ button.loading {
.section h2 { .section h2 {
font-size: 20px; font-size: 20px;
margin-bottom: 12px; margin-bottom: 12px;
font-weight: normal;
} }
.section h3 { .section h3 {
font-size: 16px; font-size: 16px;
font-weight: normal;
} }
/* slight position correction of checkboxes and radio buttons */ /* slight position correction of checkboxes and radio buttons */
.section input[type="checkbox"], .section input[type="checkbox"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment