diff options
| author | Nuno Alexandre <nuno@channable.com> | 2018-02-05 21:35:22 +0100 | 
|---|---|---|
| committer | Alec Theriault <alec.theriault@gmail.com> | 2018-10-18 08:14:32 -0700 | 
| commit | 0cf790508a608ee9137a9b3e68e00a3157da760b (patch) | |
| tree | 6d44a36db37298d7d77a5449187580ff3c12b2ea /html-test/ref/PR643_1.html | |
| parent | 3354c3cc34166dc263114694de314ed3ca99c664 (diff) | |
Add an initial-scale property to all haddock pages
This solves an issue reported about the content looking
incredibly small on mobile devices.
Diffstat (limited to 'html-test/ref/PR643_1.html')
| -rw-r--r-- | html-test/ref/PR643_1.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/html-test/ref/PR643_1.html b/html-test/ref/PR643_1.html index 1bfadae1..10f8059f 100644 --- a/html-test/ref/PR643_1.html +++ b/html-test/ref/PR643_1.html @@ -1,6 +1,7 @@  <html xmlns="http://www.w3.org/1999/xhtml"  ><head    ><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" +     /><meta name="viewport" content="width=device-width, initial-scale=1"       /><title      >PR643_1</title      ><link href="#" rel="stylesheet" type="text/css" title="Ocean" | 
