<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -225,7 +225,7 @@
             &lt;div class=&quot;wrapper&quot;&gt;&lt;div id='g_sidebar'&gt;{% block navigation %}
 &lt;a href=&quot;http://www.constantcss.com/&quot;&gt;Home&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://www.constantcss.com/gettingstarted&quot;&gt;Getting started&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;http://groups.google.com/group/constant-css&quot;&gt;Discussion and more info&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://app.constantcss.com/list_css&quot;&gt;CSS List&lt;/a&gt;
 
-{% endblock %}&lt;/div&gt;&lt;/div&gt;
+{% endblock %}{% block below_navigation %}{% endblock %}&lt;/div&gt;&lt;/div&gt;
             &lt;div style=&quot;clear: both&quot;&gt;&lt;/div&gt;
           &lt;/div&gt;
     &lt;!-- /wrapper --&gt;&lt;!-- /links --&gt;</diff>
      <filename>base.html</filename>
    </modified>
    <modified>
      <diff>@@ -6,8 +6,24 @@
 				&lt;input type=&quot;hidden&quot; name=&quot;css_key&quot; value=&quot;{{ css.key }}&quot; /&gt;
 			{% endif %}
 			&lt;div&gt;Name : &lt;input name=&quot;name&quot; value=&quot;{{ css.name }}&quot; /&gt;&lt;/div&gt;
-			&lt;div&gt;Content : &lt;textarea rows=&quot;25&quot; cols=&quot;50&quot; name=&quot;content&quot;&gt;{{ css.content }}&lt;/textarea&gt;&lt;/div&gt;
+			&lt;div style=&quot;padding-top: 1em&quot;&gt;&lt;textarea rows=&quot;25&quot; cols=&quot;55&quot; name=&quot;content&quot; wrap=&quot;off&quot;&gt;{{ css.content }}&lt;/textarea&gt;&lt;/div&gt;
+						
+			&lt;div style=&quot;padding-top: 1em&quot;&gt;&lt;input type=&quot;submit&quot; value=&quot;Save CSS&quot;&gt;&lt;/div&gt;
 
-			&lt;div&gt;&lt;input type=&quot;submit&quot; value=&quot;Save CSS&quot;&gt;&lt;/div&gt;
 		&lt;/form&gt;
+{%endblock%}
+
+{% block below_navigation %}
+&lt;div style=&quot;padding-top: 3em&quot;&gt;
+&lt;p&gt;Syntax example&lt;/p&gt;
+&lt;pre&gt;/* @cssconstants
+    @define NAME value
+    @define MULTI_LINE
+    value
+*/
+
+p {
+    property: /*NAME*/any value/*NAME*/;
+}
+&lt;/pre&gt;&lt;/div&gt;
 {%endblock%}
\ No newline at end of file</diff>
      <filename>edit_css.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>387465ca1e7da0b370dd251cf09d015c2eb36622</id>
    </parent>
  </parents>
  <author>
    <name>Matthew Sheppard</name>
    <email>matthew.sheppard@gmail.com</email>
  </author>
  <url>http://github.com/mattsheppard/constant-css/commit/a96372ea96c59452e3bf06221e013954dc6091b1</url>
  <id>a96372ea96c59452e3bf06221e013954dc6091b1</id>
  <committed-date>2008-06-07T23:46:15-07:00</committed-date>
  <authored-date>2008-06-07T23:46:15-07:00</authored-date>
  <message>Tweaking layout on edit page, and added an example (and a block under the navigation for it to go in).</message>
  <tree>bbcd98527e2025f2adcd0e61d7dd90bd49dac1a4</tree>
  <committer>
    <name>Matthew Sheppard</name>
    <email>matthew.sheppard@gmail.com</email>
  </committer>
</commit>
