Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton <info@ensostudio.ru>2021-12-07 21:45:56 +0300
committerGitHub <noreply@github.com>2021-12-07 21:45:56 +0300
commite45111fb74fc77e37b65c0895a036b13d538fc70 (patch)
tree0492f07cdd5347423cacf2245e1ad4f98ad533ab
parent328f723008cc39292a9f355e2eafb0fd04740656 (diff)
Replace inline styles in example "Dropdowns" (#35483)
-rw-r--r--site/content/docs/5.1/examples/dropdowns/index.html18
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 5296d1507e..861e816670 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>