Reformat code with automated tools

Apply standardized code style
This commit is contained in:
medmunds
2023-02-06 12:27:43 -08:00
committed by Mike Edmunds
parent 40891fcb4a
commit b4e22c63b3
94 changed files with 12936 additions and 7443 deletions

View File

@@ -1,6 +1,5 @@
/* Anymail modifications to sphinx-rtd-theme styles */
/* Sticky table first column (used for ESP feature matrix) */
table.sticky-left td:first-of-type,
table.sticky-left th:first-of-type {
@@ -18,7 +17,6 @@ table.sticky-left th:first-of-type[colspan] > p {
left: 17px; /* (.wy-table $table-padding-size) + (docutils border="1" in html) */
}
/* Show code cross-reference links as clickable $link-color (blue).
Sphinx-rtd-theme usually wants `.rst-content a code` to be $link-color [1], but has
@@ -44,13 +42,12 @@ table.sticky-left th:first-of-type[colspan] > p {
color: inherit;
}
/* Inline search forms (Anymail addition) */
.anymail-inline-search-form {
margin-top: -1em;
margin-bottom: 1em;
}
.anymail-inline-search-form input[type=search] {
.anymail-inline-search-form input[type="search"] {
width: 280px;
max-width: 100%;
border-radius: 50px;