Switch all hyperlinks to be InlineHyperlink

This avoids an unnecessary <div> wrapper around the link element,
saving a bit of DOM memory usage.  We also really didn't want to
see the block display format from the <div> and were overriding
it with CSS.  Its easier if its just not there.

Signed-off-by: Shawn O. Pearce <sop@google.com>
4 files changed