Skip to content

Commit 2441a9d

Browse files
author
Sam Redmond
committed
Fixes some CSS header issues and potentially solves the Heroku database issue
1 parent a5ade2a commit 2441a9d

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

app/static/css/extra_styles.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
/* Get the footer to stay at the bottom of the page
1111
-------------------------------------------------- */
12-
1312
html, body {
1413
height: 100%;
1514
}
@@ -51,4 +50,4 @@ html, body {
5150
padding-left: 0;
5251
}
5352
/* Custom stuff
54-
-----------------------------------------*/
53+
**************************/

app/templates/layout.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
:__; []
7878
___ {}+ []
7979
( = ) .---'`---. []
80-
| |_ jgs / \ ________[]____
80+
| |_ / \ ________[]____
8181
____| |_|==========(____________)_/______________\
8282
-->
8383

@@ -99,7 +99,7 @@
9999
<!-- Touch and fav icons -->
100100
<link rel="icon" href="/static/img/favicon.ico" type="image/x-icon" />
101101

102-
<script src="/static/js/moment.min.js"></script> <!--Moment.js has to load before the page does, so that it can create dates client side-->
102+
<script src="/static/js/moment.min.js"></script> <!--Moment.js has to load before the page does, so that it can create dates as the client renders information-->
103103

104104
</head>
105105
<body>

runp-heroku.py

100644100755
File mode changed.

runp.py

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!venv/bin/python
2+
from app import app
3+
app.run(debug = False)

0 commit comments

Comments
 (0)