dap commit: set noLegacyStyle config flag

changeset:   335:c3fafa8e8dda
tag:         tip
user:        Anssi Kostiainen <anssi.kostiainen@nokia.com>
date:        Wed Jan 23 14:10:33 2013 +0200
files:       light/Overview.html proximity/Overview.html
description:
set noLegacyStyle config flag


diff -r 8e126205611a -r c3fafa8e8dda light/Overview.html
--- a/light/Overview.html	Fri Jan 18 13:58:38 2013 -0500
+++ b/light/Overview.html	Wed Jan 23 14:10:33 2013 +0200
@@ -19,6 +19,7 @@
           ],
           inlineCSS:    true,
           noIDLIn:      true,
+          noLegacyStyle: true,
           wg:           "Device APIs Working Group",
           wgURI:        "http://www.w3.org/2009/dap/",
           wgPublicList: "public-device-apis",
diff -r 8e126205611a -r c3fafa8e8dda proximity/Overview.html
--- a/proximity/Overview.html	Fri Jan 18 13:58:38 2013 -0500
+++ b/proximity/Overview.html	Wed Jan 23 14:10:33 2013 +0200
@@ -20,6 +20,7 @@
           ],
           inlineCSS:    true,
           noIDLIn:      true,
+          noLegacyStyle: true,
           //extraCSS:     ["../ReSpec.js/css/respec.css"],
           extraCSS:     ["http://dev.w3.org/2009/dap/ReSpec.js/css/respec.css"],
           wg:           "Device APIs Working Group",

Received on Wednesday, 23 January 2013 12:10:54 UTC