diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-01-11 14:32:42 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-01-11 14:32:42 -0800 |
commit | 6dbf49110b518b9c8d5d2673a6bd40de501c388e (patch) | |
tree | 403fd7eb1a9c46582384e53950f4fb78dc134cfc /doc/template.html | |
parent | 464f5d4e13ab5feff085be41011c8e478ac63ef8 (diff) | |
download | node-new-6dbf49110b518b9c8d5d2673a6bd40de501c388e.tar.gz |
Use html5 spec stylesheet for docs
Diffstat (limited to 'doc/template.html')
-rw-r--r-- | doc/template.html | 5 |
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 & 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> |