Skip to content

Commit

Permalink
Merge pull request #3643 from plone/maurits-nuke-trailing-white-space
Browse files Browse the repository at this point in the history
Nuke trailing white space in test_rendering_cheatsheet.pt.
  • Loading branch information
mauritsvanrees authored Sep 15, 2022
2 parents b5eb938 + 8140a75 commit 3d03cf9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Products/CMFPlone/browser/templates/test_rendering_cheatsheet.pt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
background-color: #fff;
}

</style>
</style>

<ul class="nav nav-tabs mb-3">
<li class="nav-item">
Expand All @@ -36,12 +36,12 @@
</p>

<!--
Todos to fix markup
Change <div class="bd-cheatsheet container-fluid bg-body"> to <div class="bd-cheatsheet bg-body">
Search and replace /docs/5.1 by https://getbootstrap.com/docs/5.1
-->

<!-- Bootstrap Cheatsheet -->
Expand Down Expand Up @@ -230,7 +230,7 @@
<td>Cell</td>
<td>Cell</td>
</tr>

<tr class="table-primary">
<th scope="row">Primary</th>
<td>Cell</td>
Expand Down Expand Up @@ -669,7 +669,7 @@

<div>
<div class="bd-example">

<div class="alert alert-primary alert-dismissible fade show" role="alert">
A simple primary alert with <a href="#" class="alert-link">an example link</a>. Give it a click if you like.
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
Expand Down Expand Up @@ -733,7 +733,7 @@
</div>

<div class="bd-example">

<span class="badge rounded-pill bg-primary">Primary</span>
<span class="badge rounded-pill bg-secondary">Secondary</span>
<span class="badge rounded-pill bg-success">Success</span>
Expand Down Expand Up @@ -771,7 +771,7 @@

<div>
<div class="bd-example">

<button type="button" class="btn btn-primary">Primary</button>
<button type="button" class="btn btn-secondary">Secondary</button>
<button type="button" class="btn btn-success">Success</button>
Expand All @@ -785,7 +785,7 @@
</div>

<div class="bd-example">

<button type="button" class="btn btn-outline-primary">Primary</button>
<button type="button" class="btn btn-outline-secondary">Secondary</button>
<button type="button" class="btn btn-outline-success">Success</button>
Expand Down Expand Up @@ -1167,7 +1167,7 @@
<div class="bd-example">
<div class="list-group">
<a href="#" class="list-group-item list-group-item-action">A simple default list group item</a>

<a href="#" class="list-group-item list-group-item-action list-group-item-primary">A simple primary list group item</a>
<a href="#" class="list-group-item list-group-item-action list-group-item-secondary">A simple secondary list group item</a>
<a href="#" class="list-group-item list-group-item-action list-group-item-success">A simple success list group item</a>
Expand Down Expand Up @@ -1518,7 +1518,7 @@

<div>
<div class="bd-example">

<div class="spinner-border text-primary" role="status">
<span class="visually-hidden">Loading...</span>
</div>
Expand Down Expand Up @@ -1546,7 +1546,7 @@
</div>

<div class="bd-example">

<div class="spinner-grow text-primary" role="status">
<span class="visually-hidden">Loading...</span>
</div>
Expand Down Expand Up @@ -1692,4 +1692,4 @@

</body>

</html>
</html>

0 comments on commit 3d03cf9

Please sign in to comment.