aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-03-27 00:55:01 -0400
committerTeddy Wing2014-03-27 00:55:01 -0400
commitca080175e8e40d19bc87bed3d23eab451f791762 (patch)
tree0b18e5b4b8dbe5b858587501224ddb49ea239f25
parent07f6308a8cb7a6248f11b606d530a1ee3403492a (diff)
downloadGitHub-Show-Full-Commit-Message-Bookmarklet-ca080175e8e40d19bc87bed3d23eab451f791762.tar.bz2
Add footer & link styles
-rw-r--r--index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html
index 27c7c44..fb21345 100644
--- a/index.html
+++ b/index.html
@@ -51,12 +51,17 @@
i { font-style: italic; }
+ a { color: #1a83a6; }
+ a:hover { color: #135e77; }
+
.wrapper { width: 600px; margin: 0 auto; }
header { width: 940px; margin: 0 auto 0.5em; font: 4.5em/1.05 'Varela Round'; text-align: center; }
.demo img { width: 100%; }
+
+ footer { margin-top: 30px; padding: 15px; border-top: 1px solid #c4c2c2; text-align: center; }
</style>
</head>
<body>
@@ -83,6 +88,10 @@
<img src="demo.gif" alt="Demo" />
</p>
</div>
+
+ <footer>
+ from <a href="http://teddywing.com">Teddy Wing</a>
+ </footer>
</div>
</body>
</html>