forked from gergely/calendar-social
Move site CSS to a separate file
This commit is contained in:
parent
3308be40ee
commit
0714474dc6
10
calsocial/static/css/style.css
Normal file
10
calsocial/static/css/style.css
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
header > h1 > img {
|
||||||
|
height: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
margin-top: 3em;
|
||||||
|
font-weight: bold;
|
||||||
|
border-top: 1px dotted black;
|
||||||
|
padding-top: 1em;
|
||||||
|
}
|
@ -7,20 +7,9 @@
|
|||||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='images/calendar-social-icon-32.png') }}">
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='images/calendar-social-icon-32.png') }}">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='images/calendar-social-icon-96.png') }}">
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='images/calendar-social-icon-96.png') }}">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='images/calendar-social-icon-192.png') }}">
|
<link rel="icon" type="image/png" sizes="32x32" href="{{ url_for('static', filename='images/calendar-social-icon-192.png') }}">
|
||||||
{% block head %}
|
|
||||||
<style>
|
|
||||||
header > h1 > img {
|
|
||||||
height: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
footer {
|
<link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}" type="text/css">
|
||||||
margin-top: 3em;
|
{% block head %}{% endblock %}
|
||||||
font-weight: bold;
|
|
||||||
border-top: 1px dotted black;
|
|
||||||
padding-top: 1em;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
{% endblock %}
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
Loading…
Reference in New Issue
Block a user