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/images/foursquarelg.png | Bin 0 -> 5616 bytes web/images/foursquaresm.png | Bin 0 -> 1884 bytes web/style.css | 7 +++++++ 3 files changed, 7 insertions(+) create mode 100644 web/images/foursquarelg.png create mode 100644 web/images/foursquaresm.png (limited to 'web') diff --git a/web/images/foursquarelg.png b/web/images/foursquarelg.png new file mode 100644 index 0000000..bb01365 Binary files /dev/null and b/web/images/foursquarelg.png differ diff --git a/web/images/foursquaresm.png b/web/images/foursquaresm.png new file mode 100644 index 0000000..263e0d9 Binary files /dev/null and b/web/images/foursquaresm.png differ 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