diff --git a/index.md b/index.md
index fc9c12db..e5164f5f 100644
--- a/index.md
+++ b/index.md
@@ -62,11 +62,11 @@ Example Programs
Cyclone provides several example programs, including:
-- [Game of Life]({{ page.ghproj }}examples/game-of-life) - The game of life example program and libraries from R7RS.
+- [Game of Life]({{ page.ghproj }}examples/game-of-life) - The [game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) example program and libraries from R7RS.
-- [Game of Life - PNG Image Generator]({{ page.ghproj }}examples/game-of-life-png) - An modified version of game of life that uses libpng to create an image of each iteration instead of writing it to console. This example also demonstrates basic usage of the C Foreign Function Interface (FFI).
+- [Game of Life - PNG Image Generator]({{ page.ghproj }}examples/game-of-life-png) - An modified version of game of life that uses libpng to create an image of each iteration instead of writing it to console. This example also demonstrates basic usage of the C Foreign Function Interface (FFI):
-
+
- [Threading]({{ page.ghproj }}examples/threading) - Various examples of multi-threaded programs.
diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css
index 8e007f08..09a07797 100644
--- a/stylesheets/stylesheet.css
+++ b/stylesheets/stylesheet.css
@@ -139,7 +139,15 @@ img {
max-width: 739px;
padding: 5px;
margin: 10px 0 10px 0;
- /*
+}
+
+img.doc {
+ position: relative;
+ /*margin: 0 auto;*/
+ margin-left: 25px;
+ max-width: 739px;
+ padding: 0px;
+ /*margin: 10px 0 10px 0;*/
border: 1px solid #ebebeb;
box-shadow: 0 0 5px #ebebeb;
@@ -147,7 +155,6 @@ img {
-moz-box-shadow: 0 0 5px #ebebeb;
-o-box-shadow: 0 0 5px #ebebeb;
-ms-box-shadow: 0 0 5px #ebebeb;
- */
}
p img {