diff options
| author | Anton <[email protected]> | 2021-12-07 21:45:56 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-12-07 20:45:56 +0200 |
| commit | e45111fb74fc77e37b65c0895a036b13d538fc70 (patch) | |
| tree | 0492f07cdd5347423cacf2245e1ad4f98ad533ab /site/content/docs/5.1/examples | |
| parent | 328f723008cc39292a9f355e2eafb0fd04740656 (diff) | |
| download | bootstrap-e45111fb74fc77e37b65c0895a036b13d538fc70.tar.xz bootstrap-e45111fb74fc77e37b65c0895a036b13d538fc70.zip | |
Replace inline styles in example "Dropdowns" (#35483)
Diffstat (limited to 'site/content/docs/5.1/examples')
| -rw-r--r-- | site/content/docs/5.1/examples/dropdowns/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/site/content/docs/5.1/examples/dropdowns/index.html b/site/content/docs/5.1/examples/dropdowns/index.html index 5296d1507..861e81667 100644 --- a/site/content/docs/5.1/examples/dropdowns/index.html +++ b/site/content/docs/5.1/examples/dropdowns/index.html @@ -107,19 +107,19 @@ body_class: "" </form> <ul class="list-unstyled mb-0"> <li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#"> - <span class="d-inline-block bg-success rounded-circle" style="width: .5em; height: .5em;"></span> + <span class="d-inline-block bg-success rounded-circle p-1"></span> Action </a></li> <li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#"> - <span class="d-inline-block bg-primary rounded-circle" style="width: .5em; height: .5em;"></span> + <span class="d-inline-block bg-primary rounded-circle p-1"></span> Another action </a></li> <li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#"> - <span class="d-inline-block bg-danger rounded-circle" style="width: .5em; height: .5em;"></span> + <span class="d-inline-block bg-danger rounded-circle p-1"></span> Something else here </a></li> <li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#"> - <span class="d-inline-block bg-info rounded-circle" style="width: .5em; height: .5em;"></span> + <span class="d-inline-block bg-info rounded-circle p-1"></span> Separated link </a></li> </ul> @@ -131,19 +131,19 @@ body_class: "" </form> <ul class="list-unstyled mb-0"> <li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#"> - <span class="d-inline-block bg-success rounded-circle" style="width: .5em; height: .5em;"></span> + <span class="d-inline-block bg-success rounded-circle p-1"></span> Action </a></li> <li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#"> - <span class="d-inline-block bg-primary rounded-circle" style="width: .5em; height: .5em;"></span> + <span class="d-inline-block bg-primary rounded-circle p-1"></span> Another action </a></li> <li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#"> - <span class="d-inline-block bg-danger rounded-circle" style="width: .5em; height: .5em;"></span> + <span class="d-inline-block bg-danger rounded-circle p-1"></span> Something else here </a></li> <li><a class="dropdown-item d-flex align-items-center gap-2 py-2" href="#"> - <span class="d-inline-block bg-info rounded-circle" style="width: .5em; height: .5em;"></span> + <span class="d-inline-block bg-info rounded-circle p-1"></span> Separated link </a></li> </ul> @@ -336,4 +336,4 @@ body_class: "" <div class="col-4"> ... </div> -</div>
\ No newline at end of file +</div> |
