summaryrefslogtreecommitdiff
path: root/website/static/base/css/navbar.css
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2019-01-28 10:23:25 +0100
committerLudovic Courtès <ludo@gnu.org>2019-01-28 10:32:35 +0100
commitf880de2aaa771a2642ef0bee3f6ea97ac65a0667 (patch)
tree8092bfeb6cfc54e18204f5065843c0eee8eea250 /website/static/base/css/navbar.css
parentwebsite: donate: Add x15.sjd.se. (diff)
downloadguix-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.css4
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
+}