dap commit: Fix CSS rendering in NSD spec

changeset:   399:8b1d2cd4858d
tag:         tip
user:        Rich Tibbett <richt@opera.com>
date:        Mon Mar 11 05:28:41 2013 +0100
files:       discovery-api/Overview.src.html
description:
Fix CSS rendering in NSD spec


diff -r 19eb703af1c9 -r 8b1d2cd4858d discovery-api/Overview.src.html
--- a/discovery-api/Overview.src.html	Mon Mar 11 05:25:35 2013 +0100
+++ b/discovery-api/Overview.src.html	Mon Mar 11 05:28:41 2013 +0100
@@ -60,7 +60,7 @@
           wgPublicList: "public-device-apis",
           wgPatentURI:  "http://www.w3.org/2004/01/pp-impl/43696/status",
 
-          extraCSS:     ["http://dvcs.w3.org/hg/dap/raw-file/tip/discovery-api/css/respec.nsd.css"],
+//          extraCSS:     ["http://dvcs.w3.org/hg/dap/raw-file/tip/discovery-api/css/respec.nsd.css"],
 //          inlineCSS:    true,
           noIDLIn:      true
 
@@ -70,6 +70,7 @@
           type="text/javascript"
           class='remove'
           async=""></script>
+    <link href="./css/respec.nsd.css" rel="stylesheet" type="text/css">
   </head>
   <body>
     <section id='abstract'>

Received on Monday, 11 March 2013 04:28:20 UTC