On 3/4/17 10:01 PM, Adam D. Ruppe wrote:
Yeah, I am coming around to agree with you on that too.
Best. Sentence. Written. In. A. Forum. Ever.
This is a css bug:
table.book tbody a
{
padding-right: .6em;
}
Firefox tells me it is `style.css` line 1,000. Surely the intent of that
was to pad out submodule tables on
https://dlang.org/phobos-prerelease/std_algorithm.html
for example. But the same declaration also affects those ddox links, and
some ddoc links as well, such as:
https://dlang.org/phobos-prerelease/std_algorithm_sorting.html
See the chain () space near the top, same thing.
That css rule is WAY too general.
A pull request for "the competition" would be very much appreciated! I
can't tell a general css rule from a sergeant css rule.
Andrei