diff options
author | Sven Gothel <[email protected]> | 2019-05-06 13:20:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-05-06 13:20:38 +0200 |
commit | a3514f868fffbe56f94d74508611dcdf13e4d998 (patch) | |
tree | 6033ee4a41fd0c4254455f52b3ffb42ecabfda73 /doc | |
parent | 38a5a27f76918d038d1f3c82daa6a9c4eb668192 (diff) |
Update CSS; Add responsive viewport design tag
Diffstat (limited to 'doc')
-rw-r--r-- | doc/HowToBuild.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 927ef72e..fa3893a5 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"/> <link href="../www/style.css" rel="stylesheet" type="text/css"/> <link href="http://jogamp.org/SocialCoding/logo_symbol_finals/website_final_blue_favicon_symbol_16x16pel.ico" rel="shortcut icon"/> <title>How to build JOCL</title> |