Left align table cells by default

This commit is contained in:
James 2017-09-15 01:55:11 +10:00
parent fc83484d77
commit 89b2888cbb

View File

@ -231,6 +231,10 @@ a:hover {
image-rendering: pixelated;
}
tbody td {
text-align: left;
}
/* User Profiles - Flarum Integration */
.profile-avatar {
border-radius: 24px;