# HG changeset patch # User Robert McIntyre # Date 1341789969 18000 # Node ID 0af8687de6f6fe3f0528b3853c9742575f7affa2 # Parent 2471ed7d9eea97994aa8ea1c7d3dd137a3d21992 beginning image resize. diff -r 2471ed7d9eea -r 0af8687de6f6 images/butterfly-2.jpg Binary file images/butterfly-2.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/butterfly.png Binary file images/butterfly.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/games.jpg Binary file images/games.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/ginger-swirl-hi.png Binary file images/ginger-swirl-hi.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/hello-kitty.jpg Binary file images/hello-kitty.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/judy.jpg Binary file images/judy.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/logo.png Binary file images/logo.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/logo2.png Binary file images/logo2.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/princess-2.jpg Binary file images/princess-2.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/princess-2.png Binary file images/princess-2.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/princess.jpg Binary file images/princess.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/robert-painted.png Binary file images/robert-painted.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/snake-eyes.jpg Binary file images/snake-eyes.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/spiderman-2.jpg Binary file images/spiderman-2.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 images/spiderman.png Binary file images/spiderman.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 index.html --- a/index.html Sun Jul 08 18:17:25 2012 -0500 +++ b/index.html Sun Jul 08 18:26:09 2012 -0500 @@ -29,8 +29,12 @@ -

+

Discover the fun

diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/butterfly-2.jpg Binary file source-images/butterfly-2.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/butterfly.png Binary file source-images/butterfly.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/games.jpg Binary file source-images/games.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/ginger-swirl-hi.png Binary file source-images/ginger-swirl-hi.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/hello-kitty.jpg Binary file source-images/hello-kitty.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/judy.jpg Binary file source-images/judy.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/logo.png Binary file source-images/logo.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/logo2.png Binary file source-images/logo2.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/princess-2.jpg Binary file source-images/princess-2.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/princess-2.png Binary file source-images/princess-2.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/princess.jpg Binary file source-images/princess.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/robert-painted.png Binary file source-images/robert-painted.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/snake-eyes.jpg Binary file source-images/snake-eyes.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/spiderman-2.jpg Binary file source-images/spiderman-2.jpg has changed diff -r 2471ed7d9eea -r 0af8687de6f6 source-images/spiderman.png Binary file source-images/spiderman.png has changed diff -r 2471ed7d9eea -r 0af8687de6f6 style.css --- a/style.css Sun Jul 08 18:17:25 2012 -0500 +++ b/style.css Sun Jul 08 18:26:09 2012 -0500 @@ -32,11 +32,9 @@ div.folio { border-bottom:0em solid #ffc; } + .folio img { - height:132px; height:180px; - height:108px; - height:144px; margin:0 .5em; } @@ -44,10 +42,6 @@ text-align:center; margin-bottom:3em; } -#logo { - height:4.5em; - -} h1,h2,h3,h4,h5,h6,a{ color:#00c; @@ -58,7 +52,6 @@ table.choices { - width:30em; margin:1.5em auto; border-spacing:0px; @@ -69,7 +62,6 @@ } - .snapshot { height:24em; display:block;