mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 20:37:06 +00:00
Merge pull request #1335 from wing328/html_remove_site_css
[HTML] remove site.css from html docs
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>{{{appName}}}</title>
|
||||
<link rel="stylesheet" type="text/css" href="site.css" media="screen" />
|
||||
<style type="text/css">
|
||||
{{>style.css}}
|
||||
</style>
|
||||
@@ -161,4 +160,4 @@
|
||||
{{/model}}
|
||||
{{/models}}
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user