diff --git a/templates/index.html b/templates/index.html index 43c02e9..4487bcc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -45,6 +45,7 @@ %(items)s + diff --git a/templates/message.html b/templates/message.html index c8dba98..bd1a327 100644 --- a/templates/message.html +++ b/templates/message.html @@ -43,6 +43,7 @@ + diff --git a/templates/style.css b/templates/style.css index a2d1d1c..12f9fbe 100644 --- a/templates/style.css +++ b/templates/style.css @@ -56,6 +56,12 @@ a.back:hover padding: 9px 13px; } +.footer +{ + margin-top: 9px; + font-size: 13px; +} + h2, h3 { margin: 3px 0px;