summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2013-09-24 21:46:52 -0700
committerJesse Morgan <jesse@jesterpm.net>2013-09-24 21:46:52 -0700
commitf93d756c47433d3399d43b5b1975182720b0b6e9 (patch)
treee3719b85b5193560cc84a1e01a0ec5538c847eb7 /web
parentcf156b6d29ea7c92cc2308a8ea2bc59e7dbcd8ab (diff)
Logo Changes.
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')
-rw-r--r--web/images/foursquarelg.pngbin0 -> 5616 bytes
-rw-r--r--web/images/foursquaresm.pngbin0 -> 1884 bytes
-rw-r--r--web/style.css7
3 files changed, 7 insertions, 0 deletions
diff --git a/web/images/foursquarelg.png b/web/images/foursquarelg.png
new file mode 100644
index 0000000..bb01365
--- /dev/null
+++ b/web/images/foursquarelg.png
Binary files differ
diff --git a/web/images/foursquaresm.png b/web/images/foursquaresm.png
new file mode 100644
index 0000000..263e0d9
--- /dev/null
+++ b/web/images/foursquaresm.png
Binary files 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 {