diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-24 21:46:52 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-24 21:46:52 -0700 |
commit | 8f1c301d823a441935e783cdb6c39ba7bcddb9eb (patch) | |
tree | 8bba76c523ad0cab832c924a3ec1ac60654ca1a9 /web/style.css | |
parent | bb601b353c9dc36131ee55b09ab6a08f3a2d9cb0 (diff) |
Logo Changes.20130924a
Switching to the Foursquare logo for the index page.
Adding the foursquare logo along top the grow logo on other pages.
Diffstat (limited to 'web/style.css')
-rw-r--r-- | web/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |