mirror of
https://github.com/servo/servo.git
synced 2025-08-15 02:15:33 +01:00
Fix inline context padding on inline-block.
Fixes categories bar on wikipedia - ref #2554.
This commit is contained in:
parent
6177a3bdcc
commit
32c02fc048
5 changed files with 81 additions and 13 deletions
10
tests/ref/css/ahem.css
Normal file
10
tests/ref/css/ahem.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue