diff --git a/src/web/html/wallpaper.html b/src/web/html/wallpaper.html index 541724f..27c2ddb 100644 --- a/src/web/html/wallpaper.html +++ b/src/web/html/wallpaper.html @@ -43,6 +43,7 @@

{{info.title}}

+

Date: {{ info.date }}

{% if info.copyright %} {% endif %} diff --git a/src/web/static/css/wallpaper.css b/src/web/static/css/wallpaper.css index fc3e5b2..2fefbeb 100644 --- a/src/web/static/css/wallpaper.css +++ b/src/web/static/css/wallpaper.css @@ -23,9 +23,10 @@ img { text-align: center; } - .copyright { + .copyright, .date { font-size: 110%; width: 90%; + margin-top: 2%; } p { @@ -70,7 +71,7 @@ img { width: 90%; } - .copyright { + .copyright, .date { font-size: 125%; width: 90%; } @@ -113,7 +114,7 @@ img { margin-top: 2%; } - .copyright { + .copyright, .date { font-size: 150%; width: 90%; } @@ -151,7 +152,7 @@ img { width: 90%; } - .copyright { + .copyright, .date { font-size: 120%; }