Creating a resources folder for use by examples and API docs

This commit is contained in:
ahocevar
2013-04-04 15:18:15 +02:00
parent b4ce430bfb
commit 6c5377eebe
53 changed files with 144 additions and 141 deletions

View File

@@ -11,9 +11,9 @@
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/prettify-jsdoc.css">
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
<link rel="stylesheet" href="../examples/bootstrap/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="../examples/examples.css" type="text/css">
<link rel="stylesheet" href="../examples/bootstrap/css/bootstrap-responsive.min.css" type="text/css">
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="../resources/layout.css" type="text/css">
<link rel="stylesheet" href="../resources/bootstrap/css/bootstrap-responsive.min.css" type="text/css">
</head>
<body>
@@ -49,6 +49,6 @@ allowtransparency="true" frameborder="0" scrolling="0" height="20" width="90"></
</div>
<script> prettyPrint(); </script>
<script src="../examples/social-links.js" type="text/javascript"></script>
<script src="../resources/social-links.js" type="text/javascript"></script>
</body>
</html>