diff options
author | Emilio Pozuelo Monfort <pochu27@gmail.com> | 2016-07-28 17:13:15 +0200 |
---|---|---|
committer | Emilio Pozuelo Monfort <pochu27@gmail.com> | 2016-07-28 17:13:15 +0200 |
commit | ca6c928c5ba9516e70f4e22f1717aa113fb6f20a (patch) | |
tree | 8e212f44e4ce79e72be25244ba2f7b8ef4dabd0c /testsuite/reftests | |
parent | b9f61e3a8e8040bd7719c4d85b6e623ee75420a3 (diff) | |
download | gtk+-ca6c928c5ba9516e70f4e22f1717aa113fb6f20a.tar.gz |
Properly declare the font CSS property
https://bugzilla.gnome.org/show_bug.cgi?id=769004
Diffstat (limited to 'testsuite/reftests')
-rw-r--r-- | testsuite/reftests/label-sizing.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/reftests/label-sizing.css b/testsuite/reftests/label-sizing.css index ca06c8fd59..809b68e17f 100644 --- a/testsuite/reftests/label-sizing.css +++ b/testsuite/reftests/label-sizing.css @@ -1,5 +1,5 @@ * { - font: Monospace 12; + font: 12px Monospace; padding: 0; } |