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 }}