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