Fix inline context padding on inline-block.

Fixes categories bar on wikipedia - ref #2554.
This commit is contained in:
Glenn Watson 2014-09-23 15:32:36 +10:00
parent 6177a3bdcc
commit 32c02fc048
5 changed files with 81 additions and 13 deletions

10
tests/ref/css/ahem.css Normal file
View file

@ -0,0 +1,10 @@
@font-face {
font-family: 'ahem';
src: url(../fonts/ahem/ahem.ttf);
}
body {
font-family: 'ahem';
font-size: 100px;
line-height: 1;
}