diff options
author | Sven Gothel <[email protected]> | 2019-05-06 13:17:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-05-06 13:17:41 +0200 |
commit | ea3edf9cfc6b6fda9780c540e1de099c97207bc1 (patch) | |
tree | f222d62cd089269b148ebfbad804b358669b4623 /doc/userguide/index.html | |
parent | 771b90f3453bdb94d6a4a3833ba72cb31f3d4997 (diff) |
Update CSS; Add responsive viewport design tag
Diffstat (limited to 'doc/userguide/index.html')
-rw-r--r-- | doc/userguide/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/userguide/index.html b/doc/userguide/index.html index 8b3a510e6..de91e8e1e 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -2,7 +2,9 @@ <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.0"/> <link href="../../../style.css" rel="stylesheet" type="text/css"/> + <link href="../../../style-alt1.css" rel="alternate stylesheet" title="default sans-serif font" type="text/css"/> <title>JOGL Userguide</title> </head> <body> |