aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2019-05-06 13:17:41 +0200
committerSven Gothel <[email protected]>2019-05-06 13:17:41 +0200
commitea3edf9cfc6b6fda9780c540e1de099c97207bc1 (patch)
treef222d62cd089269b148ebfbad804b358669b4623 /doc
parent771b90f3453bdb94d6a4a3833ba72cb31f3d4997 (diff)
Update CSS; Add responsive viewport design tag
Diffstat (limited to 'doc')
-rw-r--r--doc/HowToBuild.html2
-rw-r--r--doc/NEWT-Overview.html2
-rw-r--r--doc/Overview-OpenGL-Evolution-And-JOGL.html2
-rw-r--r--doc/deployment/JOGL-DEPLOYMENT.html2
-rw-r--r--doc/userguide/index.html2
5 files changed, 10 insertions, 0 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html
index 473224d69..fb93e7ee1 100644
--- a/doc/HowToBuild.html
+++ b/doc/HowToBuild.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>How to build JOGL</title>
</head>
<body>
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&#8217;s High Performance Native Windowing Toolkit</title>
</head>
<body>
diff --git a/doc/Overview-OpenGL-Evolution-And-JOGL.html b/doc/Overview-OpenGL-Evolution-And-JOGL.html
index c3268c9f7..4dc8cd355 100644
--- a/doc/Overview-OpenGL-Evolution-And-JOGL.html
+++ b/doc/Overview-OpenGL-Evolution-And-JOGL.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>OpenGL Evolution &amp; JOGL</title>
</head>
<body>
diff --git a/doc/deployment/JOGL-DEPLOYMENT.html b/doc/deployment/JOGL-DEPLOYMENT.html
index 1c504a1e4..64799658d 100644
--- a/doc/deployment/JOGL-DEPLOYMENT.html
+++ b/doc/deployment/JOGL-DEPLOYMENT.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 Deployment</title>
</head>
<body>
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>