From f3615c1fd284345976f276969719582831a8f29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Br=C3=A9chemier?= Date: Thu, 22 May 2014 15:34:25 +0200 Subject: [PATCH] Also inherit font styles in button elements --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 95665c9..d8d72f0 100644 --- a/css/style.css +++ b/css/style.css @@ -87,6 +87,9 @@ legend { input { margin: 0.45em 0; +} + +input, button { font-family: inherit; font-size: inherit; line-height: inherit;