<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -194,20 +194,40 @@ __END__
 %html
   %head
     %title= title
+    %style
+      :sass
+        body
+          margin-left: 2em
+        ul#navigation
+          list-style-type: none
+          display: inline
+          margin: 0
+          padding: 0
+          li
+            display: inline
+            margin: 0
+            padding: 0
+            padding-right: 1em
+        a.service
+          color: #4377EF
+          text-decoration: none
+          font-weight: bold
+        a.service:hover
+          border-bottom: 2px dotted #4377EF
   %body
-    %ul
+    %ul#navigation
       %li
-        %a{ :href =&gt; &quot;/#{GitWiki.homepage}&quot; } Home
+        %a.service{ :href =&gt; &quot;/#{GitWiki.homepage}&quot; } Home
       %li
-        %a{ :href =&gt; &quot;/pages&quot; } All pages
+        %a.service{ :href =&gt; &quot;/pages&quot; } All pages
     #content= yield
 
 @@ show
 - title @page.name
-#edit
-  %a{:href =&gt; &quot;/#{@page}/edit&quot;} Edit this page
 #content
   ~&quot;#{@page.to_html}&quot;
+#edit
+  %a.service{:href =&gt; &quot;/#{@page}/edit&quot;} Edit this page
 
 @@ edit
 - title &quot;Editing #{@page.name}&quot;</diff>
      <filename>git-wiki.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>93d2a97c95271ca20119d9af6f2bd43345279fef</id>
    </parent>
  </parents>
  <author>
    <name>Vladimir Dobriakov</name>
    <email>vladimir@geekq.net</email>
  </author>
  <url>http://github.com/geekq/git-wiki/commit/6ade2b4420c0398f963d90747f331b83b4db9018</url>
  <id>6ade2b4420c0398f963d90747f331b83b4db9018</id>
  <committed-date>2009-10-25T11:08:36-07:00</committed-date>
  <authored-date>2009-10-25T11:08:36-07:00</authored-date>
  <message>CSS for navigation</message>
  <tree>2a300a695f5952f87694fe25316e238c5112fbfa</tree>
  <committer>
    <name>Vladimir Dobriakov</name>
    <email>vladimir@geekq.net</email>
  </committer>
</commit>
