layout: Take borders into account when positioning inline fragments on

their baselines.

Improves the Rust GitHub page.
This commit is contained in:
Patrick Walton 2015-08-04 15:23:11 -07:00
parent b7e592443f
commit 2880aa2b02
4 changed files with 27 additions and 4 deletions

View file

@ -0,0 +1,7 @@
<style>
span {
border-top: solid white 3px;
}
</style>
<span>I am <em>very excited!</em></span>