]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
#3315 Add has-shadow to navbar documentation
authorWill Johnson <19559137+WilliamJohnsonJr@users.noreply.github.com>
Wed, 2 Jun 2021 06:03:58 +0000 (02:03 -0400)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 2 Jun 2021 13:02:06 +0000 (14:02 +0100)
docs/documentation/components/navbar.html

index 0a9fd7410a0c021fcdfdc1112ec06ddd4c015eb7..efae333bb1204febe8c776eb0670d46b45a04b7b 100644 (file)
@@ -1292,6 +1292,11 @@ $(document).ready(function() {
           <br> <strong>Left</strong> and <strong>Right</strong> paddings with <strong>2rem</strong>
       </td>
     </tr>
+    <tr>
+      <th rowspan="1">Shading</th>
+      <td><code>has-shadow</code></td>
+      <td>Adds a small amount of box-shadow around the navbar</td>
+    </tr>
   </tbody>
 </table>