diff options
author | Neil <nyamatongwe@gmail.com> | 2015-10-08 13:31:18 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2015-10-08 13:31:18 +1100 |
commit | f0b37f13e3b6704d94f295c542b0b776fb81729b (patch) | |
tree | ec8d9ec06fbfdfabf659d1490d32efa72a3ec260 /doc/index.html | |
parent | 70867d5782b2c74a6b16ee167c1dd1ba3a8bf0f4 (diff) | |
download | scintilla-mirror-f0b37f13e3b6704d94f295c542b0b776fb81729b.tar.gz |
Make the documentation more readable on phones.
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index 7be1d8091..d6f98ea4e 100644 --- a/doc/index.html +++ b/doc/index.html @@ -10,6 +10,7 @@ <meta name="Description" content="www.scintilla.org is the home of the Scintilla editing component and SciTE text editor application." /> <meta name="Date.Modified" content="20150915" /> + <meta name="viewport" content="width=device-width, initial-scale=1"> <style type="text/css"> #versionlist { margin: 0; |