diff options
author | Vitaly Takmazov | 2021-02-13 21:39:47 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2021-02-13 22:01:12 +0300 |
commit | 5305a1d07b739e68712a405d9097fd5ae5a68b8b (patch) | |
tree | 0f4703f9d5c5a121e10f4d4e968b83f60b71caca /src/main/resources/templates/views/settings_about.html | |
parent | 40d2ce54b937aa6f69bd5891bbd12b30046646d0 (diff) |
Cleanup CSS/HTML suggestions from VSCode
Diffstat (limited to 'src/main/resources/templates/views/settings_about.html')
-rw-r--r-- | src/main/resources/templates/views/settings_about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/settings_about.html b/src/main/resources/templates/views/settings_about.html index bbf9e772..5e308671 100644 --- a/src/main/resources/templates/views/settings_about.html +++ b/src/main/resources/templates/views/settings_about.html @@ -7,7 +7,7 @@ <p>URL: <input type="text" name="url" value="{{ userinfo.url }}" size="32"/><br/> <small>Please, start with "http://"</small></p> <p>About:<br/> - <input type="text" name="descr" value="{{ userinfo.description }}" style="width: 100%"/><br/> + <input type="text" name="descr" value="{{ userinfo.description }}" style="width: 100%;"/><br/> <small>Max. 255 symbols</small></p> <p>Avatar: <input type="file" name="avatar"/><br/> <small>Recommendations: PNG, 96x96, <50Kb. Also, JPG and GIF supported.</small></p> |