Fixed strange line indentions on bold and italic text

This commit is contained in:
Sascha Brendel 2020-03-17 20:33:21 +01:00
parent 5fc2edb2f6
commit 8b6e3d8513
No known key found for this signature in database
GPG Key ID: F8BF8AB6963A2A98

View File

@ -446,14 +446,6 @@ table tr td:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
#write strong {
padding: 0px 1px 0 1px;
}
#write em {
padding: 0px 5px 0 2px;
}
#write table thead th { #write table thead th {
/* background-color: hsl(0, 0%, 5%); */ /* background-color: hsl(0, 0%, 5%); */
background-color: hsl(0, 0%, 9%); background-color: hsl(0, 0%, 9%);