- From: Mercurial notifier <cvsmail@w3.org>
- Date: Mon, 16 Jul 2012 12:00:35 +0000
- To: public-dap-commits@w3.org
changeset: 162:36f5f46ecbad tag: tip user: Marcos Caceres <w3c@marcosc.com> date: Mon Jul 16 12:58:59 2012 +0100 files: light/tests/submissions/marcosc/index.html description: added meta viewport for better display on mobile diff -r b386ba6732ce -r 36f5f46ecbad light/tests/submissions/marcosc/index.html --- a/light/tests/submissions/marcosc/index.html Mon Jul 16 12:56:43 2012 +0100 +++ b/light/tests/submissions/marcosc/index.html Mon Jul 16 12:58:59 2012 +0100 @@ -1,5 +1,7 @@ <!doctype html> <meta encoding=utf8> +<meta content="width=device-width, initial-scale=1" name=viewport> +<meta> <title>Light Events Test Suite</title> <h1>Test Suite for Light Events</h1> <div id="log"></div>
Received on Monday, 16 July 2012 12:00:36 UTC