Fix table rendering bugs

This commit is contained in:
ruan 2018-08-30 09:43:56 +02:00
parent 95bdf49a6a
commit e482c72e39
No known key found for this signature in database
GPG Key ID: 0D2EC1C52E469C0B

View File

@ -42,6 +42,10 @@ table tr td {
text-align: center; text-align: center;
} }
p {
margin-top: 2px;
}
/* table links */ /* table links */
a, a,
a:hover, a:hover,
@ -149,6 +153,7 @@ tr.hover {
/* history.php */ /* history.php */
.litebans-label-history { .litebans-label-history {
display: inline;
font-size: 16px; font-size: 16px;
font-weight: 800; font-weight: 800;
} }