aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hmno_header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/hmno_header.scss')
-rw-r--r--app/assets/stylesheets/hmno_header.scss27
1 files changed, 20 insertions, 7 deletions
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;