-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix field lists after switch to HTML5 writer
- classic: Put the pink'ish colour back on the field type part (dt). - basic: remove top margin on the field data to align with the type. - basic: use grid display instead of flexbox to avoid fixed width on the field type part. Other themes affected/fixed due to changes in basic: - bizstyle (only technically, it already was fixed in #6262) - haiku - classic - nature - pyramid - sphinxdoc Fixes #6604
- Loading branch information
1 parent
4a1df77
commit 9dd7688
Showing
3 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -292,7 +292,7 @@ code { | |
font-size: 0.95em; | ||
} | ||
|
||
th { | ||
th, dl.field-list > dt { | ||
background-color: #ede; | ||
} | ||
|
||
|