mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
Change bullet list style
This commit is contained in:
parent
d8bb86fe64
commit
7e4dc38b40
3 changed files with 3 additions and 3 deletions
|
@ -312,7 +312,7 @@ input.admin-confirm-button {
|
|||
max-width: 68ex;
|
||||
}
|
||||
|
||||
.django-admin-custom-bullets {
|
||||
.django-admin-custom-bullets ul > li {
|
||||
// Set list-style-type to inherit without modifying text size
|
||||
list-style-type: inherit;
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<h3 class="usa-summary-box__heading usa-summary-box__dhs-color" id="summary-box-description">
|
||||
When a domain is deleted:
|
||||
</h3>
|
||||
<div class="usa-summary-box__text">
|
||||
<div class="usa-summary-box__text django-admin-custom-bullets">
|
||||
<ul class="usa-list">
|
||||
<li>The domain will no longer appear in the registrar / admin.</li>
|
||||
<li>It will be removed from the registry. </li>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<h3 class="usa-summary-box__heading usa-summary-box__dhs-color" id="summary-box-description">
|
||||
When a domain is deleted:
|
||||
</h3>
|
||||
<div class="usa-summary-box__text">
|
||||
<div class="usa-summary-box__text django-admin-custom-bullets">
|
||||
<ul class="usa-list">
|
||||
<li>The domain will no longer appear in the registrar / admin.</li>
|
||||
<li>It will be removed from the registry. </li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue