aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2017-12-11 16:15:14 +0100
committerHarald Eilertsen <haraldei@anduin.net>2017-12-16 13:31:30 +0100
commitcb2a7a5cee50d6aafe427483c3b8e575bd91eb9a (patch)
treed590210e3aa44a80615a3248d31081f5c1027cce /app/assets
parent515b798b48c799df74f4132a7837faeaba141a8a (diff)
downloadhmnoweb-cb2a7a5cee50d6aafe427483c3b8e575bd91eb9a.tar.gz
hmnoweb-cb2a7a5cee50d6aafe427483c3b8e575bd91eb9a.tar.bz2
hmnoweb-cb2a7a5cee50d6aafe427483c3b8e575bd91eb9a.zip
Add logo + link to merch store.
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/images/hypestore-logo.pngbin0 -> 13315 bytes
-rw-r--r--app/assets/stylesheets/hmno_header.scss27
2 files changed, 20 insertions, 7 deletions
diff --git a/app/assets/images/hypestore-logo.png b/app/assets/images/hypestore-logo.png
new file mode 100644
index 0000000..26e8f4f
--- /dev/null
+++ b/app/assets/images/hypestore-logo.png
Binary files differ
diff --git a/app/assets/stylesheets/hmno_header.scss b/app/assets/stylesheets/hmno_header.scss
index f35eea0..5c83a21 100644
--- a/app/assets/stylesheets/hmno_header.scss
+++ b/app/assets/stylesheets/hmno_header.scss
@@ -1,19 +1,32 @@
@import "color_scheme";
#header {
+ background: {
+ color: $header-bg;
+ image: image_url("header-metal-bg.jpg");
+ repeat: repeat-y;
+ }
+
+ height: 100px;
+ border-bottom: 1px solid $fg;
+
#logo {
- background: {
- color: $header-bg;
- image: image_url("header-metal-bg.jpg");
- repeat: no-repeat;
+ width: 200px;
+ float: left;
+ }
+
+ #merchlink {
+ width: 200px;
+ float: right;
+ text-align: center;
+
+ img {
+ display: block;
}
- border-bottom: 1px solid $fg;
}
#menu {
- position: relative;
text-align: center;
- top: -2em;
ul {
padding: 0;