diff --git a/docs/getting-started.html b/docs/getting-started.html
index a73179f3aeaab1ac4f8b01b18cc935c52203ce85..b46c2d0a2ff796927bd5dc5d75ce08220536b064 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -441,6 +441,10 @@ bootstrap/
             <td><code>.input-large</code></td>
             <td><code>.input-lg</code></td>
           </tr>
+          <tr>
+            <td><code>.input-block-level</code></td>
+            <td><code>.form-control</code></td>
+          </tr>
           <tr>
             <td><code>.control-group</code></td>
             <td><code>.form-group</code></td>
@@ -668,6 +672,11 @@ bootstrap/
             <td><code>.control-group.info</code></td>
             <td class="text-muted">N/A</td>
           </tr>
+          <tr>
+            <td>Block level from input</td>
+            <td><code>.input-block-level</code></td>
+            <td>No direct equivalent, but <a href="../css/#forms-controls">forms controls</a> are similar.</td>
+          </tr>
           <tr>
             <td>Fluid container</td>
             <td><code>.container-fluid</code></td>
@@ -1099,4 +1108,4 @@ if (isAndroid) {
     <p>Not all sites and applications need to make use of everything Bootstrap has to offer, especially in production environments where optimizing bandwidth is an issue. We encourage you to remove whatever is unused with our <a href="../customize/">Customizer</a>.</p>
     <p>Using the Customizer, simply uncheck any component, feature, or asset you don't need. Hit download and swap out the default Bootstrap files with these newly customized ones. You'll get vanilla Bootstrap, but without the features *you* deem unnecessary. All custom builds include compiled and minified versions, so use whichever works for you.</p>
 
-  </div>
+  </div>
\ No newline at end of file