From ea3edf9cfc6b6fda9780c540e1de099c97207bc1 Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Mon, 6 May 2019 13:17:41 +0200 Subject: Update CSS; Add responsive viewport design tag --- doc/NEWT-Overview.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/NEWT-Overview.html') 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> -- cgit v1.2.3