From f93d756c47433d3399d43b5b1975182720b0b6e9 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Tue, 24 Sep 2013 21:46:52 -0700 Subject: Logo Changes. Switching to the Foursquare logo for the index page. Adding the foursquare logo along top the grow logo on other pages. --- web/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'web/style.css') diff --git a/web/style.css b/web/style.css index 17489f9..b6a83f0 100644 --- a/web/style.css +++ b/web/style.css @@ -64,10 +64,17 @@ header h1 img { vertical-align: middle; } +#foursquarefloat { + position: relative; + left: -140px; + top: -20px; +} + header nav { display: inline; float: right; margin-top: 2em; + margin-bottom: 2em; } nav ul { -- cgit v1.2.3