Modify ↓
Opened 4 years ago
Last modified 14 months ago
#13346 new enhancement
Styling issue on search.css
Reported by: | figaro | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | next-stable-1.6.x |
Component: | search system | Version: | |
Severity: | minor | Keywords: | patch |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
In https://trac.edgewall.org/browser/trunk/htdocs/css/search.css?rev=3469, the quickjump styling appears for the first time. The whole line is in italic, but what is probably meant is to make just the page-link in italic. See attachments for an example.
Contents of patch:
--- search.css 2020-06-17 00:55:32.000000000 +0200 +++ search_.css 2021-01-30 19:09:21.542681620 +0100 @@ -11,4 +11,4 @@ #content.search #results dd { font-size: 80%; margin: 0; padding: 0 } #content.search #results .trac-author, #results .date { color: #090; } -#content.search #quickjump { font-style: italic; font-weight: bold; } +#content.search #quickjump { font-weight: bold; }
Attachments (3)
Change History (4)
by , 4 years ago
Attachment: | original_italic.png added |
---|
by , 4 years ago
Attachment: | new_nonitalic.png added |
---|
Quickjump feature probably intended to place just the page link in italic
Note:
See TracTickets
for help on using tickets.
Quickjump search result formats whole line in italic