From f0b673ec165c4bf5d910fec922d89782cebcfc57 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 22 Sep 2013 12:55:01 -0700 Subject: Adding hero video --- web/images/grow-poster.png | Bin 0 -> 36091 bytes web/style.css | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 web/images/grow-poster.png (limited to 'web') diff --git a/web/images/grow-poster.png b/web/images/grow-poster.png new file mode 100644 index 0000000..35e6e45 Binary files /dev/null and b/web/images/grow-poster.png differ 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; -- cgit v1.2.3