Skip to content

Commit

Permalink
Merge pull request #67 from coliff/dev/coliff/lint-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Apr 1, 2024
2 parents 022e067 + 64729b1 commit 1acff34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<body class="bg-secondary bg-opacity-10">
<div class="container p-3 mx-auto text-center">
<header class="my-3 mx-auto">
<h1 class="display-5 fw-light">Popover CSS Inspector</h1>
<h1 class="display-5">Popover CSS Inspector</h1>
<div class="my-4">
<a href="https://raw.githubusercontent.com/coliff/popover-css-inspector/main/LICENSE" rel="LICENSE">
<img src="https://img.shields.io/badge/license-MIT-lightgrey.svg" class="mx-md-1" alt="LICENSE"
Expand Down Expand Up @@ -61,7 +61,7 @@ <h1 class="display-5 fw-light">Popover CSS Inspector</h1>
</li>
<li class="my-2">
Customizable with your own CSS and Bootstrap's
<a href="https://getbootstrap.com/docs/5.3/components/popovers/#options" class="text-decoration-none" target="_blank" rel="noopener">Popover options</a>
<a href="https://getbootstrap.com/docs/5.3/components/popovers/#options" target="_blank" rel="noopener">Popover options</a>
</li>
<li class="my-2">
Option to hide CSS elements - e.g. just add
Expand Down Expand Up @@ -158,6 +158,7 @@ <h1 class="display-5 fw-light">Popover CSS Inspector</h1>
<input
class="form-control pe-none"
type="text"
name="input"
placeholder="Default input"
aria-label="default input example"
data-bs-custom-class="popover-css-inspector"
Expand Down

0 comments on commit 1acff34

Please sign in to comment.