<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -17,8 +17,10 @@
 	&lt;/head&gt;
 	
 	&lt;body&gt;
-		&lt;div id=&quot;wmd-button-bar&quot; class=&quot;wmd-panel&quot;&gt;&lt;/div&gt;
-		&lt;textarea id=&quot;wmd-input&quot; class=&quot;wmd-panel&quot;&gt;&lt;/textarea&gt;
+		&lt;div id=&quot;wmd-editor&quot; class=&quot;wmd-panel&quot;&gt;
+			&lt;div id=&quot;wmd-button-bar&quot;&gt;&lt;/div&gt;
+			&lt;textarea id=&quot;wmd-input&quot;&gt;&lt;/textarea&gt;
+		&lt;/div&gt;
 		&lt;div id=&quot;wmd-preview&quot; class=&quot;wmd-panel&quot;&gt;&lt;/div&gt;
 		&lt;div id=&quot;wmd-output&quot; class=&quot;wmd-panel&quot;&gt;&lt;/div&gt;	
 		</diff>
      <filename>wmd-test.html</filename>
    </modified>
    <modified>
      <diff>@@ -11,14 +11,21 @@ body
 	min-width: 500px;
 }
 
+#wmd-editor
+{
+	background-color: Aquamarine;
+}
+
 #wmd-button-bar 
 {
-	background-color: White; 
+	width: 100%;
+	background-color: Silver; 
 }
 
 #wmd-input 
 { 
 	height: 500px;
+	width: 100%;
 	background-color: Gainsboro;
 	border: 1px solid DarkGray;
 }</diff>
      <filename>wmd.css</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7f61f90c1a0970c04967de2cc1c6b0edba91779b</id>
    </parent>
  </parents>
  <author>
    <name>derobins</name>
    <email>dana.e.robinson@gmail.com</email>
  </author>
  <url>http://github.com/derobins/wmd/commit/900da4deefe23b2060c9eaff7ff2e6110e38ff4c</url>
  <id>900da4deefe23b2060c9eaff7ff2e6110e38ff4c</id>
  <committed-date>2009-02-17T23:16:48-08:00</committed-date>
  <authored-date>2009-02-17T23:16:48-08:00</authored-date>
  <message>Added a div around the button bar and the input textarea in the sample WMD page.

I need this for having the prompt only cover the editor area.</message>
  <tree>fe818869dd67c248c6fc6e2376bf293a4928477e</tree>
  <committer>
    <name>derobins</name>
    <email>dana.e.robinson@gmail.com</email>
  </committer>
</commit>
