From dd5cd50a3e1666c914bbe01c56b36a898b38bc75 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 27 May 2017 13:02:36 +0300 Subject: [PATCH] Prettify about page --- global_static/css/about.css | 14 ++++++++++++++ templates/about.html | 5 +---- 2 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 global_static/css/about.css diff --git a/global_static/css/about.css b/global_static/css/about.css new file mode 100644 index 0000000..c9baa32 --- /dev/null +++ b/global_static/css/about.css @@ -0,0 +1,14 @@ +html { + width: 100%; + height: 100%; + font-size: 16px; +} + +body { + background-color: #fcfcfc; + max-width: 750px; + margin: auto; + text-align: center; + color: #100; + font-family: sans-serif; +} diff --git a/templates/about.html b/templates/about.html index 76391ad..7faf8f3 100644 --- a/templates/about.html +++ b/templates/about.html @@ -3,13 +3,10 @@ {% load static %} - +

SIKWEB 2.0

-

Git revision

- {{ REVISION }} -

Git tag

{{ TAG }}