Browse Source

Add paragraphs.

Florian Kissling 10 years ago
parent
commit
8ddd29ff41
1 changed files with 18 additions and 10 deletions
  1. 18 10
      docs/index.html

+ 18 - 10
docs/index.html

@@ -61,8 +61,10 @@ slug: home
 
     <ol>
       <li>
-        Include the following lines of code in the <code>&lt;head&gt;</code>
-        section of your HTML.
+        <p>
+          Include the following lines of code in the <code>&lt;head&gt;</code>
+          section of your HTML.
+        </p>
 
 <pre class="code prettyprint">
 &lt;link href="//cdnjs.cloudflare.com/ajax/libs/select2/4.0.0-rc.2/css/select2.min.css" rel="stylesheet" /&gt;
@@ -76,8 +78,10 @@ slug: home
         </div>
       </li>
       <li>
-        Initialize Select2 on the <code>&lt;select&gt;</code> element that you
-        want to make awesome.
+        <p>
+          Initialize Select2 on the <code>&lt;select&gt;</code> element that you
+          want to make awesome.
+        </p>
 
 <pre class="code prettyprint">
 &lt;script type="text/javascript"&gt;
@@ -102,14 +106,18 @@ slug: home
 
     <ol>
       <li>
-        <a href="https://github.com/select2/select2/tags">
-          Download the code
-        </a>
-        from GitHub and copy the <code>dist</code> directory to your project.
+        <p>
+          <a href="https://github.com/select2/select2/tags">
+            Download the code
+          </a>
+          from GitHub and copy the <code>dist</code> directory to your project.
+        </p>
       </li>
       <li>
-        Include the following lines of code in the <code>&lt;head&gt;</code>
-        section of your HTML.
+        <p>
+          Include the following lines of code in the <code>&lt;head&gt;</code>
+          section of your HTML.
+        </p>
 
 <pre class="code prettyprint">
 &lt;link href="path/to/select2.min.css" rel="stylesheet" /&gt;