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/NEWT-Overview.html | |
parent | 771b90f3453bdb94d6a4a3833ba72cb31f3d4997 (diff) |
Update CSS; Add responsive viewport design tag
Diffstat (limited to 'doc/NEWT-Overview.html')
-rw-r--r-- | doc/NEWT-Overview.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/NEWT-Overview.html b/doc/NEWT-Overview.html index ee6eca8d8..f72dc2ed2 100644 --- a/doc/NEWT-Overview.html +++ b/doc/NEWT-Overview.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>NEWT - JOGL’s High Performance Native Windowing Toolkit</title> </head> <body> |