citra-emu
/
citra-web
Archived
1
0
Fork 0

Merge pull request #52 from j-selby/fix-align

Quickfix: Left align table cells by default
This commit is contained in:
Flame Sage 2017-09-14 18:06:14 +00:00 committed by GitHub
commit a3167fd586
1 changed files with 4 additions and 0 deletions

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;