summaryrefslogtreecommitdiff
path: root/web/style.css
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-09-22 12:55:01 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-09-22 12:55:01 -0700
commitf0b673ec165c4bf5d910fec922d89782cebcfc57 (patch)
tree69e7aaadae8df2abe745fc879da8e774a8088d09 /web/style.css
parenta7d719f220fa79becfae46032f9f5804bc5cd599 (diff)
Adding hero video
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/web/style.css b/web/style.css
index 678bdc0..17c1a21 100644
--- a/web/style.css
+++ b/web/style.css
@@ -72,13 +72,13 @@ header nav {
nav ul {
list-style: none;
- display: inline;
- padding-left: 0;
+ display: inline;
+ padding-left: 0;
}
nav ul li {
- display: inline;
- padding-right: 1em;
+ display: inline;
+ padding-right: 1em;
}
nav.primary a {
@@ -101,7 +101,7 @@ nav.primary a.current {
}
#hero {
- background: url('/images/hero.png') #2b2c2b no-repeat top center;
+ background: #2a2d2a no-repeat top center;
width: 100%;
color: white;
text-align: center;