diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2019-01-28 10:23:25 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2019-01-28 10:32:35 +0100 |
| commit | f880de2aaa771a2642ef0bee3f6ea97ac65a0667 (patch) | |
| tree | 8092bfeb6cfc54e18204f5065843c0eee8eea250 /website/static/base/css/navbar.css | |
| parent | website: donate: Add x15.sjd.se. (diff) | |
| download | guix-artwork-f880de2aaa771a2642ef0bee3f6ea97ac65a0667.tar.gz | |
website: Remove uses of "GuixSD".
* website/apps/base/data.scm: Remove "GuixSD or".
* website/apps/base/templates/contact.scm (contact-t): Likewise.
* website/apps/base/templates/components.scm (navbar): Change branding
from "GuixSD" to "Guix".
* website/apps/base/templates/help.scm (help-t): Write "Guix System"
instead of "GuixSD".
* website/apps/download/data.scm (system-downloads): Likewise.
* website/apps/download/templates/download.scm (download-t): Likewise.
* website/apps/base/templates/home.scm (home-t): Rewrite to avoid
GuixSD/Guix dichotomy.
* website/static/base/img/Guix-logo.png: New file.
* website/static/base/css/navbar.css (.branding): Use it.
Diffstat (limited to 'website/static/base/css/navbar.css')
| -rw-r--r-- | website/static/base/css/navbar.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/static/base/css/navbar.css b/website/static/base/css/navbar.css index 761c923..d699d89 100644 --- a/website/static/base/css/navbar.css +++ b/website/static/base/css/navbar.css @@ -22,7 +22,7 @@ .branding:link, .branding:visited { - background-image: url("../img/GuixSD-logo.png"); + background-image: url("../img/Guix-logo.png"); background-position: bottom; background-repeat: no-repeat; border-style: none; @@ -226,4 +226,4 @@ .menu-btn:link { display: none; } -}
\ No newline at end of file +} |
