summaryrefslogtreecommitdiffstats
path: root/common/coverpage/coverpage.html
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-01-12 12:55:15 +1100
committerChris Johns <chrisj@rtems.org>2017-01-12 12:56:13 +1100
commit049097fc804b7f0b2fdf54b9ba6a0c2aeae17725 (patch)
treecc525b8b55cbb6fd4dd37ae03573e957429f2555 /common/coverpage/coverpage.html
parentconf.py: Fix build_date() to append correct suffix on all days. (diff)
downloadrtems-docs-049097fc804b7f0b2fdf54b9ba6a0c2aeae17725.tar.bz2
coverpage: Update the coverpage to have the table collapse.
Add each doc's conf.py as a dependence to catalogue.xml.
Diffstat (limited to '')
-rw-r--r--common/coverpage/coverpage.html (renamed from common/html-coverpage/coverpage.html)8
1 files changed, 2 insertions, 6 deletions
diff --git a/common/html-coverpage/coverpage.html b/common/coverpage/coverpage.html
index dc13f88..442093b 100644
--- a/common/html-coverpage/coverpage.html
+++ b/common/coverpage/coverpage.html
@@ -9,9 +9,9 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="stylesheet" href="static/css/bootstrap.min.css" />
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script type="text/javascript" src="static/js/jquery.min.js"></script>
+ <link rel="stylesheet" href="static/css/bootstrap.min.css" media="screen"/>
<script type="text/javascript" src="static/js/bootstrap.min.js"></script>
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
@@ -47,11 +47,7 @@
</div>
</div>
<div id="rtems-catalogue-title"></div>
- <div class="table-responsive">
- <div id="rtems-catalogue">
- <h3> No catalogue found. </h3>
- </div>
- </div>
+ <div id="rtems-catalogue"><h3> No catalogue found. </h3></div>
</div>
<!-- Load the catalogues and generate the content -->
<script type="text/javascript" src="static/rtems/js/catalogue.js"></script>