diff options
author | Arun Persaud <arun@nubati.net> | 2011-11-15 20:58:12 -0800 |
---|---|---|
committer | Arun Persaud <apersaud@lbl.gov> | 2011-11-15 20:58:12 -0800 |
commit | 725eee244ea7a03b60ac20998f2dfc8677cdbcf2 (patch) | |
tree | 8cbcd7b2993267f21db69f0c99a01201023e45db | |
parent | a1c07dccbae02ae3663cb30bed875cfe904587a6 (diff) | |
download | e-DoKo-725eee244ea7a03b60ac20998f2dfc8677cdbcf2.tar.gz e-DoKo-725eee244ea7a03b60ac20998f2dfc8677cdbcf2.tar.bz2 e-DoKo-725eee244ea7a03b60ac20998f2dfc8677cdbcf2.zip |
added viewport definition for mobile devices
-rw-r--r-- | include/output.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/output.php b/include/output.php index 823f193..74d0e00 100644 --- a/include/output.php +++ b/include/output.php @@ -376,6 +376,7 @@ function output_header() <head> <title>e-Doko</title> <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width; initial-scale=1.0;" /> <link rel="shortcut icon" href="pics/edoko-favicon.png" /> <link rel="stylesheet" href="css/normalize.css?v=1" /> <link rel="stylesheet" href="css/standard.css?v=37" /> |