diff options
author | Cheng-Han, Wu | 2016-05-15 12:31:16 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-05-15 12:31:16 +0800 |
commit | aa34faf8abeaeb9ef29bf02e58792be4e87a635e (patch) | |
tree | 83fc033a0ba0ddfc0170237ee84e04478338c9da /public/css | |
parent | 4058306d4e79ab8c6f384ffd0bc2e8c4da992377 (diff) |
Fix some code styles and user avatar style for PR #122
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/cover.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/cover.css b/public/css/cover.css index 351babd0..40e6ed53 100644 --- a/public/css/cover.css +++ b/public/css/cover.css @@ -250,7 +250,7 @@ input { .ui-avatar { border-radius: 15em; height: auto; - width: 200px; + width: 60px; } .ui-history-close { position: absolute; |