diff --git a/calsocial/static/css/style.css b/calsocial/static/css/style.css new file mode 100644 index 0000000..3a40d93 --- /dev/null +++ b/calsocial/static/css/style.css @@ -0,0 +1,10 @@ +header > h1 > img { + height: 1em; +} + +footer { + margin-top: 3em; + font-weight: bold; + border-top: 1px dotted black; + padding-top: 1em; +} diff --git a/calsocial/templates/base.html b/calsocial/templates/base.html index e3adf11..10637be 100644 --- a/calsocial/templates/base.html +++ b/calsocial/templates/base.html @@ -7,20 +7,9 @@ -{% block head %} - -{% endblock %} + +{% block head %}{% endblock %}