Member card stats and last activity in two columns

Unmaintained Member card stats and last activity in two columns

A final tweak to also move the timestamp to a new line.

Add this to the bottom of the previous CSS code block:

Code:
.xenOverlay.memberCard .lastActivity.pairsInline dd abbr {
display: block;
}

The result:

member-card-2.webp
Top Bottom