forked from I2P_Developers/i2p.i2p
tiny regression fix
The css file originally had align:center, which is invalid. I assumed text-align was meant but I was obviously wrong.
This commit is contained in:
@@ -581,7 +581,6 @@ th {
|
||||
|
||||
tr {
|
||||
vertical-align: middle !important;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
|
||||
Reference in New Issue
Block a user