Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move font selection for links to css #903

Merged
merged 1 commit into from
Feb 16, 2015
Merged

Conversation

kuettler
Copy link
Contributor

This addresses the odd small fonts for the function names in http://dlang.org/phobos-prerelease/std_algorithm_package.html.

@andralex
Copy link
Member

Ah, thanks - wanted to do that since like forever.

andralex added a commit that referenced this pull request Feb 16, 2015
Move font selection for links to css
@andralex andralex merged commit f314ca8 into dlang:master Feb 16, 2015
@@ -18,7 +18,7 @@ TABLE = <table cellspacing=0 cellpadding=5><caption>$1</caption>$2</table>
TD = <td>$0</td>
TDNW = <td class="donthyphenate" nowrap>$0</td>
SUB_IS_DEPRECATED=kept for compatibility, but collides with SUB=&sub; use SUBSCRIPT instead (this is a comment and can be changed into one if ddoc files ever start supporting comments)
MYREF = <font face='Consolas, "Bitstream Vera Sans Mono", "Andale Mono", Monaco, "DejaVu Sans Mono", "Lucida Console", monospace'><a href="#.$1">$1</a>&nbsp;</font>
MYREF = <a href="#.$1">$(TT $1)</a>&nbsp;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

&nbsp; should pedantically be $(NBSP) - I'll fix that with an inline edit.

@andralex
Copy link
Member

d952aba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants