From f44856b90404d56878021aadcffa04df59aadae1 Mon Sep 17 00:00:00 2001
From: Ben Balter
Date: Sat, 13 Jul 2013 19:07:43 -0400
Subject: [PATCH] add rendered with <3 to footer
---
_includes/footer.html | 3 +++
css/application.css | 2 ++
2 files changed, 5 insertions(+)
diff --git a/_includes/footer.html b/_includes/footer.html
index 156d6ed..efc35c1 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -8,6 +8,9 @@
This site is licensed under the
Creative Commons Attribution 3.0 Unported License.
+
+ Demystified with <3 by
GitHub
+
diff --git a/css/application.css b/css/application.css
index cdec959..6e96ed1 100644
--- a/css/application.css
+++ b/css/application.css
@@ -463,3 +463,5 @@ strong {
.cf {
zoom:1;
}
+
+#with-♥ { float: right; clear: right;}