summaryrefslogtreecommitdiff
path: root/doc/template.html
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-01-11 14:32:42 -0800
committerRyan Dahl <ry@tinyclouds.org>2011-01-11 14:32:42 -0800
commit6dbf49110b518b9c8d5d2673a6bd40de501c388e (patch)
tree403fd7eb1a9c46582384e53950f4fb78dc134cfc /doc/template.html
parent464f5d4e13ab5feff085be41011c8e478ac63ef8 (diff)
downloadnode-new-6dbf49110b518b9c8d5d2673a6bd40de501c388e.tar.gz
Use html5 spec stylesheet for docs
Diffstat (limited to 'doc/template.html')
-rw-r--r--doc/template.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/template.html b/doc/template.html
index 404244ed7c..a6b8fa4d92 100644
--- a/doc/template.html
+++ b/doc/template.html
@@ -2,8 +2,9 @@
<html>
<head>
<title>{{section}}Node.js Manual &amp; Documentation</title>
- <link rel="stylesheet" href="assets/style.css" type="text/css" media="all" />
+ <link href="assets/specification.css" rel=stylesheet />
<link rel="stylesheet" href="assets/sh.css" type="text/css" media="all"/>
+
</head>
<body>
<div id="container">
@@ -20,4 +21,4 @@
<script type="text/javascript" src="assets/sh_javascript.min.js"></script>
<script type="text/javascript">highlight(undefined, undefined, 'pre');</script>
</body>
-</html> \ No newline at end of file
+</html>