mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 10:56:46 -04:00
Fix font weight for checkbox elements
This commit is contained in:
parent
6da499cb7c
commit
6e4ac8a9d8
1 changed files with 4 additions and 0 deletions
|
@ -2514,6 +2514,10 @@ label.checkbox span > span{
|
|||
margin-top: .25rem;
|
||||
}
|
||||
|
||||
label.checkbox span{
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
article.step-by-step-guide ol ol{
|
||||
margin-left: 1.2rem;
|
||||
list-style: decimal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue