Site: Updating custom markdown to have class for styling, and demo

styling update
This commit is contained in:
Allan Jardine
2013-12-19 14:02:59 +00:00
parent 57970f1412
commit 46571cfd0a
82 changed files with 491 additions and 662 deletions

View File

@@ -5,14 +5,14 @@
<link rel="shortcut icon" type="image/ico" href="http://www.datatables.net/favicon.ico">
<title>DataTables example - Language options</title>
<link rel="stylesheet" type="text/css" href="../../../../../../../../css/jquery.dataTables.css">
<link rel="stylesheet" type="text/css" href="../../media/css/jquery.dataTables.css">
<link rel="stylesheet" type="text/css" href="../resources/syntax/shCore.css">
<link rel="stylesheet" type="text/css" href="../resources/demo.css">
<style type="text/css" class="init">
</style>
<script type="text/javascript" language="javascript" src="../../../../../../../../js/jquery.js"></script>
<script type="text/javascript" language="javascript" src="../../../../../../../../js/jquery.dataTables.js"></script>
<script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script>
<script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script>
<script type="text/javascript" language="javascript" src="../resources/syntax/shCore.js"></script>
<script type="text/javascript" language="javascript" src="../resources/demo.js"></script>
<script type="text/javascript" language="javascript" class="init">
@@ -556,10 +556,8 @@ $(document).ready(function() {
example:</p>
<ul>
<li><a href=
"../../../../../../../../js/jquery.js">../../../../../../../../js/jquery.js</a></li>
<li><a href=
"../../../../../../../../js/jquery.dataTables.js">../../../../../../../../js/jquery.dataTables.js</a></li>
<li><a href="../../media/js/jquery.js">../../media/js/jquery.js</a></li>
<li><a href="../../media/js/jquery.dataTables.js">../../media/js/jquery.dataTables.js</a></li>
</ul>
</div>
@@ -583,7 +581,7 @@ $(document).ready(function() {
<ul>
<li><a href=
"../../../../../../../../css/jquery.dataTables.css">../../../../../../../../css/jquery.dataTables.css</a></li>
"../../media/css/jquery.dataTables.css">../../media/css/jquery.dataTables.css</a></li>
</ul>
</div>