diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-29 01:03:58 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-12-29 11:30:04 +0100 |
commit | 8e06a607c887664ed5fc0f4e5d77d5cc50413e53 (patch) | |
tree | df0539eca38525773e8713af798de83274f500a4 /web/html/css | |
parent | 52432a3fc02e39848f848808524cb9dee055b117 (diff) | |
download | aur-8e06a607c887664ed5fc0f4e5d77d5cc50413e53.tar.gz aur-8e06a607c887664ed5fc0f4e5d77d5cc50413e53.tar.xz |
Use a custom logo
Currently, the AUR sites are hard to distinguish from the official
website, especially when browsing Git repositories in cgit. Add "user
repository" to the logo to make it distinguishable from the official
site.
In order to avoid confusion, also change the link in the logo to the AUR
home page instead of the main Arch Linux website.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/html/css')
-rw-r--r-- | web/html/css/archnavbar/aurlogo.png | bin | 0 -> 5997 bytes | |||
-rw-r--r-- | web/html/css/aur.css | 4 | ||||
-rw-r--r-- | web/html/css/cgit.css | 4 |
3 files changed, 8 insertions, 0 deletions
diff --git a/web/html/css/archnavbar/aurlogo.png b/web/html/css/archnavbar/aurlogo.png Binary files differnew file mode 100644 index 00000000..69110d8e --- /dev/null +++ b/web/html/css/archnavbar/aurlogo.png diff --git a/web/html/css/aur.css b/web/html/css/aur.css index 654116a3..dfa6717e 100644 --- a/web/html/css/aur.css +++ b/web/html/css/aur.css @@ -3,6 +3,10 @@ color: white !important; } +#archnavbarlogo { + background: url('archnavbar/aurlogo.png') !important; +} + #lang_sub { float: right; } diff --git a/web/html/css/cgit.css b/web/html/css/cgit.css index 865a0046..fde94c8d 100644 --- a/web/html/css/cgit.css +++ b/web/html/css/cgit.css @@ -28,6 +28,10 @@ color: white !important; } +#archnavbarlogo { + background: url('archnavbar/aurlogo.png') !important; +} + body { padding: 0; margin: 0; |