Minecraft tracker: formatting fix

This commit is contained in:
espeon65536 2021-08-04 17:39:38 -05:00 committed by Fabian Dill
parent 95e0fa2672
commit f655dc0dbc
1 changed files with 3 additions and 2 deletions

View File

@ -9,7 +9,7 @@
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
padding: 3px 3px 10px; padding: 3px 3px 10px;
width: 352px; width: 384px;
background-color: #42b149; background-color: #42b149;
} }
@ -45,7 +45,7 @@
} }
#location-table{ #location-table{
width: 352px; width: 384px;
border-left: 2px solid #000000; border-left: 2px solid #000000;
border-right: 2px solid #000000; border-right: 2px solid #000000;
border-bottom: 2px solid #000000; border-bottom: 2px solid #000000;
@ -72,6 +72,7 @@
#location-table td.counter { #location-table td.counter {
text-align: right; text-align: right;
font-size: 14px;
} }
#location-table td.toggle-arrow { #location-table td.toggle-arrow {