add .account padding

This commit is contained in:
Naoki Rinmous 2016-09-09 09:23:28 +08:00
parent 5dc256624e
commit 1adcdda689
4 changed files with 3 additions and 3 deletions

BIN
assets/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -796,7 +796,7 @@ body {
padding: 1em 0; } padding: 1em 0; }
.account { .account {
padding: 0.5em 0; padding: 0.5em;
text-decoration: none; text-decoration: none;
width: auto; } width: auto; }

File diff suppressed because one or more lines are too long

View File

@ -38,7 +38,7 @@ body {
} }
.account { .account {
padding: 0.5em 0; padding: 0.5em;
text-decoration: none; text-decoration: none;
width: auto; width: auto;
} }