Commit 4a0dc69
committed
_ext(style[css-field-labels]): demote field labels to normal-weight uppercase without colon
why: Bold field labels ("Depends on:", "Used by:") competed visually
with fixture names and section headings. The colon is redundant in a
grid layout where spatial alignment already signals key-value pairs.
what:
- Set font-weight: normal on fixture field-list dt elements
- Add text-transform: uppercase with 0.85em font-size and slight
letter-spacing for a metadata-label treatment
- Hide the Sphinx-injected .colon span via display: none1 parent b3cf148 commit 4a0dc69
File tree
1 file changed
+8
-1
lines changed- docs/_ext/sphinx_pytest_fixtures/_static/css
1 file changed
+8
-1
lines changedLines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
359 | 366 | | |
360 | 367 | | |
361 | 368 | | |
| |||
0 commit comments