summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
-rw-r--r--pages/common/footer.html.inc21
-rw-r--r--pages/common/header.html.inc4
-rw-r--r--public/common/footer.html.inc21
-rw-r--r--public/common/header.html.inc4
5 files changed, 32 insertions, 24 deletions
diff --git a/README.md b/README.md
index ef76154..5f8e951 100644
--- a/README.md
+++ b/README.md
@@ -76,10 +76,8 @@ The following apache directives are required, on the document root:
Options +Indexes
IndexOptions +FancyIndexing +Charset=UTF-8
IndexOptions +SuppressRules +SuppressDescription +NameWidth=*
- IndexOptions +FoldersFirst +VersionSort +HTMLTable
- #IndexOptions +SuppressHTMLPreamble +HTMLTable
- #IndexOptions +SuppressHTMLPreamble +HTMLTable
- IndexIgnore .htaccess /assets header.html footer.html
+ IndexOptions +FoldersFirst +VersionSort
+ IndexOptions +SuppressHTMLPreamble +HTMLTable
HeaderName /assets/header.html
ReadmeName /assets/footer.html
diff --git a/pages/common/footer.html.inc b/pages/common/footer.html.inc
index c6ad99e..f31452b 100644
--- a/pages/common/footer.html.inc
+++ b/pages/common/footer.html.inc
@@ -1,11 +1,14 @@
- <footer>
- <div>
- (c) 2014 LEAP Encryption Access Project
- </div>
- <div>
- Everything available for download on this site is free and open source software.
- </div>
- </footer>
-</div>
+
+
+ <br/>
+ <footer>
+ <div>
+ (c) 2014 LEAP Encryption Access Project
+ </div>
+ <div>
+ Everything available for download on this site is free and open source software.
+ </div>
+ </footer>
+ </div>
</body>
</html>
diff --git a/pages/common/header.html.inc b/pages/common/header.html.inc
index 55d4c1d..3df7bfd 100644
--- a/pages/common/header.html.inc
+++ b/pages/common/header.html.inc
@@ -10,4 +10,6 @@
<body>
<a class="bm-masthead" href="/"></a>
<div class="bm-bar">Bitmask Downloads</div>
- <div class="bm-main container"> \ No newline at end of file
+ <div class="bm-main container">
+ <br/>
+
diff --git a/public/common/footer.html.inc b/public/common/footer.html.inc
index c6ad99e..f31452b 100644
--- a/public/common/footer.html.inc
+++ b/public/common/footer.html.inc
@@ -1,11 +1,14 @@
- <footer>
- <div>
- (c) 2014 LEAP Encryption Access Project
- </div>
- <div>
- Everything available for download on this site is free and open source software.
- </div>
- </footer>
-</div>
+
+
+ <br/>
+ <footer>
+ <div>
+ (c) 2014 LEAP Encryption Access Project
+ </div>
+ <div>
+ Everything available for download on this site is free and open source software.
+ </div>
+ </footer>
+ </div>
</body>
</html>
diff --git a/public/common/header.html.inc b/public/common/header.html.inc
index 55d4c1d..3df7bfd 100644
--- a/public/common/header.html.inc
+++ b/public/common/header.html.inc
@@ -10,4 +10,6 @@
<body>
<a class="bm-masthead" href="/"></a>
<div class="bm-bar">Bitmask Downloads</div>
- <div class="bm-main container"> \ No newline at end of file
+ <div class="bm-main container">
+ <br/>
+