• 
      

    Fix style inconsistencies in review request change descriptions.

    Review Request #6654 — Created Nov. 30, 2014 and submitted — Latest diff uploaded

    Information

    Review Board
    release-2.0.x
    bdd6573...

    Reviewers

    There were major two inconsistencies between the Markdown-capable review
    request fields and the change description rendering.
    
    Visited links in the fields would appear with the standard purple color
    (or whatever is used by the browser). Non-visited links would appear in
    the standard blue (or, again, whatever is used by the browser). However,
    change description text would force blue. Now we use the default color
    for the browser, including the default visited link color.
    
    Code blocks also appeared too big in the change description text. We now
    set it to use the same font size as the parent rich-text div.

    Created some change descriptions with visited/unvisited links and
    code blocks. Saw the correct colors and font sizes.