diff options
| author | sD <stoned@derpymail.org> | 2020-03-25 00:22:14 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-25 00:22:14 +0100 |
| commit | be29ededc43f8b2f0a79d573b25a12e7632c6f03 (patch) | |
| tree | b00ef8fff5382371d005d6b2b679e699f955c458 /webAO/styles | |
| parent | 564a2b87d361a1e3cf3d1ce7774df88b400b3657 (diff) | |
add correct word spacing to classic theme
Diffstat (limited to 'webAO/styles')
| -rw-r--r-- | webAO/styles/classic.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index aea5b34..e40e8d8 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -130,6 +130,8 @@ img { padding: 1% 3.13%; margin: 1px; line-height: 97%; + letter-spacing: 0.05em; + word-spacing: 0.3em; } #client_chatwaiting { |
