<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -3,19 +3,104 @@
   &lt;head&gt;
     &lt;meta content='text/html; charset=utf-8' http-equiv='Content-Type'&gt;
     &lt;title&gt;Flickr Portfolio: {{ page }}&lt;/title&gt;
+    &lt;link rel='stylesheet' href='/stylesheets/reset.css'&gt;
+    &lt;style type='text/css'&gt;
+      div.container-1 &gt; br {
+        display: none;
+      }
+      div.container-2 {
+        display: table;
+        margin: 0 auto;
+      }
+      
+      div.photo {
+        background: #000;
+        border: 1px solid #999;
+        padding: 5px;
+      }
+      
+      div.spacer {
+        clear: both;
+      }
+      div.pagination {
+        clear: both;
+      }
+      div.pagination span.prev {
+        float: left;
+        text-align: left;
+        width: 49%;
+      }
+      div.pagination span.next {
+        float: right;
+        text-align: right;
+        width: 49%;
+      }
+      
+      
+      body {
+        margin-top: 1em;
+        
+        font-size: 75%;
+        color: #fff;
+        background: #222;
+        font-family: &quot;Helvetica Neue&quot;, Arial, Helvetica, sans-serif;
+      }
+      .alt {
+        color: #999; 
+        font-family: &quot;Warnock Pro&quot;, &quot;Goudy Old Style&quot;,&quot;Palatino&quot;,&quot;Book Antiqua&quot;, Georgia, serif; 
+        font-style: italic;
+        font-weight: normal;
+      }
+      a {
+        color: #fff;
+        text-decoration: none;
+      }
+      h1 {
+        font-size: 2em;
+      }
+    &lt;/style&gt;
+    &lt;!--[if IE]&gt;
+      &lt;style type='text/css'&gt;
+        div.container-1    { text-align: center; }
+        div.container-1 br { display: block; }
+        div.container-1 *  { text-align: left; }
+        div.container-2    {
+          zoom: 1;
+          display: inline;
+        }
+      &lt;/style&gt;
+    &lt;![endif]--&gt;
   &lt;/head&gt;
   &lt;body&gt;
-    &lt;h1&gt;{{ photo.title }}&lt;/h1&gt;
-    &lt;img src='{{ photo.medium_source_url }}' alt='{{ photo.title }}'/&gt;
-    {% if photo.next %}
-      &lt;p&gt;
-        &lt;a href='/photos/{{ photo.next.id }}'&gt;next&lt;/a&gt;
-      &lt;/p&gt;
-    {% endif %}
-    {% if photo.previous %}
-      &lt;p&gt;
-        &lt;a href='/photos/{{ photo.previous.id }}'&gt;previous&lt;/a&gt;
-      &lt;/p&gt;
-    {% endif %}
+    &lt;div class='container-1'&gt;
+      &lt;div class='container-2'&gt;
+        &lt;h1&gt;
+          &lt;a href='/'&gt;
+            Flickr &lt;span class='alt'&gt;Portfolio&lt;/span&gt;
+          &lt;/a&gt;
+        &lt;/h1&gt;
+      
+        &lt;div class='photo'&gt;
+          &lt;img src='{{ photo.medium_source_url }}' alt='{{ photo.title }}' title='{{ photo.title }}'/&gt;
+          &lt;div class='pagination'&gt;
+            &lt;span class='prev'&gt;
+              {% if photo.previous %}
+                &lt;a href='/photos/{{ photo.previous.id }}'&gt;Previous&lt;/a&gt;
+              {% else %}
+                &amp;nbsp;
+              {% endif %}
+            &lt;/span&gt;
+            &lt;span class='next'&gt;
+              {% if photo.next %}
+                &lt;a href='/photos/{{ photo.next.id }}'&gt;Next&lt;/a&gt;
+              {% else %}
+                &amp;nbsp;
+              {% endif %}
+            &lt;/span&gt;
+            &lt;div class='spacer'&gt;&lt;/div&gt;
+          &lt;/div&gt;
+        &lt;/div&gt;
+      &lt;/div&gt;
+    &lt;/div&gt;
   &lt;/body&gt;
 &lt;/html&gt;
\ No newline at end of file</diff>
      <filename>config/template.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>305c52bc686fd09842dc8fbe5566626c513fc825</id>
    </parent>
  </parents>
  <author>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </author>
  <url>http://github.com/timriley/flickr-portfolio/commit/34eec1335448c34585538a249ed652b566e3cdf0</url>
  <id>34eec1335448c34585538a249ed652b566e3cdf0</id>
  <committed-date>2009-01-11T05:31:00-08:00</committed-date>
  <authored-date>2009-01-11T05:31:00-08:00</authored-date>
  <message>started work on a default design</message>
  <tree>079c3521257ad8d690297d41648b3c206019f5b7</tree>
  <committer>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </committer>
</commit>
