# HG changeset patch # User Emmanuel Gil Peyrot # Date 1590318901 -7200 # Node ID 46ca1aa0814647617fa730e296effe9577d453b1 # Parent 78c873be0caa68dd834f7ddd71069ff85933bf25 Rename prosody.css to style.css, and remove Prosody specifics. diff --git a/build_website.py b/build_website.py --- a/build_website.py +++ b/build_website.py @@ -71,7 +71,7 @@ def generate_pages(language): django.setup() - static = ['share', 'prosody.css', 'spinner.svg', 'ok.svg', 'error.svg'] + static = ['share', 'style.css', 'spinner.svg', 'ok.svg', 'error.svg'] files = [ 'index.xhtml', 'client.js', 'roster.js', 'avatar.js', 'client.js', 'index.xhtml', 'mam.js', 'nickname.js', 'pep.js', 'roster.js', 'strophe.js', 'strophe.mam.js', diff --git a/index.xhtml b/index.xhtml --- a/index.xhtml +++ b/index.xhtml @@ -13,7 +13,7 @@ {% trans 'XMPP account manager' %} - + diff --git a/locale/django.pot b/locale/django.pot --- a/locale/django.pot +++ b/locale/django.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-24 13:13+0200\n" +"POT-Creation-Date: 2020-05-24 13:15+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/locale/en/LC_MESSAGES/django.po b/locale/en/LC_MESSAGES/django.po --- a/locale/en/LC_MESSAGES/django.po +++ b/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-24 13:13+0200\n" +"POT-Creation-Date: 2020-05-24 13:15+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po --- a/locale/fr/LC_MESSAGES/django.po +++ b/locale/fr/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2020-05-24 13:13+0200\n" +"POT-Creation-Date: 2020-05-24 13:15+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/prosody.css b/style.css rename from prosody.css rename to style.css --- a/prosody.css +++ b/style.css @@ -68,10 +68,6 @@ footer > dl:last-child { opacity: 0.50; } -.prosody-sponsors p a img { - height: 18pt; -} - /* From Pandoc template */ code{white-space: pre-wrap;} span.smallcaps{font-variant: small-caps;}