Merge pull request #1335 from wing328/html_remove_site_css

[HTML] remove site.css from html docs
This commit is contained in:
wing328 2015-10-07 16:26:53 +08:00
commit 735cae7b49

View File

@ -4,7 +4,6 @@
<html xmlns="http://www.w3.org/1999/xhtml"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>{{{appName}}}</title> <title>{{{appName}}}</title>
<link rel="stylesheet" type="text/css" href="site.css" media="screen" />
<style type="text/css"> <style type="text/css">
{{>style.css}} {{>style.css}}
</style> </style>