docs: fix styling issues in example CSS (#41222)

PR Close #41222
This commit is contained in:
Bendik Skarpnes 2021-03-15 20:29:13 +01:00 committed by Andrew Kushnir
parent fdd55c9ec7
commit 5e343173e8
1 changed files with 6 additions and 3 deletions

View File

@ -30,11 +30,11 @@ div.code {
}
hr {
margin: 40px 0
margin: 40px 0;
}
.odd {
background-color: palegoldenrod;
background-color: palegoldenrod;
}
td, th {
@ -42,7 +42,10 @@ td, th {
vertical-align: top;
}
p span { color: red; font-size: 70%; }
p span {
color: red;
font-size: 70%;
}
.unless {
border: 2px solid;