fix: Scope table CSS to tooltip

master
MMaker 2023-02-03 09:14:02 -05:00
parent 7e0f5495d8
commit 59f3be100b
Signed by: mmaker
GPG Key ID: CCE79B8FEDA40FB2
1 changed files with 2 additions and 2 deletions

View File

@ -29,12 +29,12 @@
margin-bottom: 1em;
}
td:nth-child(2n+1) {
#addnet_api_tooltip td:nth-child(2n+1) {
font-weight: bold;
text-align: right;
}
td:nth-child(2n) {
#addnet_api_tooltip td:nth-child(2n) {
padding-left: 1em;
}