From 278858e70698f0dcf8651cb59b13e48fe756d8bd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 29 Jan 2012 13:25:13 -0800 Subject: fix form styles on prepend/append for consistency, update code docs with examples of the code snippets --- docs/base-css.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 0b2c4547e..0406ff229 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -372,6 +372,9 @@ For example, <code>section</code> should be wrapped as inline.

Basic block

Use <pre> for multiple lines of code. Be sure to turn any carets into their unicode characters for proper rendering.

+
+<p>Sample text here...</p>
+
 <pre>
   &lt;p&gt;Sample text here...&lt;/p&gt;
@@ -383,6 +386,9 @@ For example, <code>section</code> should be wrapped as inline.
       

Google Prettify

Take the same <pre> element and add two optional classes for enhanced rendering.

+<p>Sample text here...</p>
+
+
 <pre class="prettyprint
      linenums">
   &lt;p&gt;Sample text here...&lt;/p&gt;
-- 
cgit v1.2.3