From 1e5afc98cd0b786b285fbc0cab1503facc9974c6 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sat, 5 May 2012 22:42:21 -0400 Subject: [PATCH] Added subtle up arrow to About page to return to top --- index.html | 6 ++++++ style.css | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/index.html b/index.html index 8a27ad1..6a2045b 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,7 @@ // temporary class Foo( "John Doe" ).sayHello(); +

@@ -86,6 +87,7 @@
   
 
+

@@ -100,6 +102,7 @@
   
 
+

@@ -132,6 +135,7 @@
   
 
+

@@ -154,6 +158,7 @@ Attempting to access a private member from within a subtype will result in an error.

+

@@ -170,6 +175,7 @@
   
 
+ diff --git a/style.css b/style.css index ee1af10..6dfe960 100644 --- a/style.css +++ b/style.css @@ -359,6 +359,10 @@ pre.js { padding: 1em; } +a.top { + float: right; +} + /* github.com style (c) Vasily Polovnyov