Bug #783
unclear formatting of method names
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | - | |||
| Target version: | 0.24.0 | |||
| Affected Puppet version: | 0.25.4 | Branch: | ||
| Keywords: | ||||
| Votes: | 0 |
Description
Have a look at the following bit of http://reductivelabs.com/trac/puppet/wiki/ProviderDevelopment:
First, Puppet transactions will prefetch provider information by calling prefetch on each used provider type. This calls the instances in turn, which returns a list of provider instances[…]
Even though the first word “instances” in the second sentence is marked up to display in monospaced font, the difference is barely visible with some font/size combinations, which makes the text somewhat confusing. (Adding “method” helped in this case).
Maybe the background color could be changed a bit, or something…
History
Updated by David Schmitt over 4 years ago
This must be fixed by altering the default site CSS
Updated by Luke Kanies over 4 years ago
- Status changed from 1 to Closed
- 7 set to fixed
I’ve added a light background color; hopefully it’s better now.
CSS is really bad…