mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-30 04:27:01 +00:00
Merge pull request #89 from konklone/file-urls
Makes the website work at a file:// URL
This commit is contained in:
commit
c8d506edb9
@ -5,7 +5,7 @@
|
|||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<meta name="viewport" content="width=device-width">
|
<meta name="viewport" content="width=device-width">
|
||||||
<title>Mail-in-a-Box Setup Guide</title>
|
<title>Mail-in-a-Box Setup Guide</title>
|
||||||
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
|
||||||
<style>
|
<style>
|
||||||
@import url(https://fonts.googleapis.com/css?family=Iceland);
|
@import url(https://fonts.googleapis.com/css?family=Iceland);
|
||||||
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
|
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
|
||||||
@ -375,8 +375,8 @@ cd mailinabox</pre>
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="//code.jquery.com/jquery-2.1.1.min.js"> </script>
|
<script src="https://code.jquery.com/jquery-2.1.1.min.js"> </script>
|
||||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
|
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
if ($(window).width() >= 768) {
|
if ($(window).width() >= 768) {
|
||||||
// scroll spy with a fixed TOC doesn't work on small screens
|
// scroll spy with a fixed TOC doesn't work on small screens
|
||||||
|
Loading…
Reference in New Issue
Block a user