From 9ae137aede2ec2664793c3d67c99c81188f1c6f5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 18 Aug 2012 16:42:50 -0700 Subject: modifications to new content --- docs/base-css.html | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) (limited to 'docs/base-css.html') diff --git a/docs/base-css.html b/docs/base-css.html index 363f91a02..9c7569563 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -406,18 +406,21 @@

Inline

Wrap inline snippets of code with <code>.

+
+ For example, <section> should be wrapped as inline. +
-For example, <code>section</code> should be wrapped as inline.
+For example, <code><section></code> should be wrapped as inline.
 

Basic block

Use <pre> for multiple lines of code. Be sure to escape any angle brackets in the code for proper rendering.

-
-<p>Sample text here...</p>
-
+
+
<p>Sample text here...</p>
+
 <pre>
-&lt;p&gt;Sample text here...&lt;/p&gt;
+  &lt;p&gt;Sample text here...&lt;/p&gt;
 </pre>
 

Heads up! Be sure to keep code within <pre> tags as close to the left as possible; it will render all tabs.

@@ -802,17 +805,17 @@ For example, <code>section</code> should be wrapped as inline.
 <table>
-  <caption>…</caption>
+  <caption>...</caption>
   <thead>
     <tr>
-      <th>…</th>
-      <th>…</th>
+      <th>...</th>
+      <th>...</th>
     </tr>
   </thead>
   <tbody>
     <tr>
-      <td>…</td>
-      <td>…</td>
+      <td>...</td>
+      <td>...</td>
     </tr>
   </tbody>
 </table>
@@ -1040,7 +1043,7 @@ For example, <code>section</code> should be wrapped as inline.
           

Use the default option or specify a multiple="multiple" to show multiple options at once.