From db7f7162469524b8a3d48118c54943b392d87d15 Mon Sep 17 00:00:00 2001 From: Christian Ratz Date: Wed, 12 Jun 2013 09:01:04 +0200 Subject: [PATCH] [OPF #713] fixes issues description layout - remove inheritance of font defined in reset.css - the whole site was affected by this rule, not only the issue description --- app/assets/stylesheets/reset.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/reset.css b/app/assets/stylesheets/reset.css index d9f27b5a9e..141451738f 100644 --- a/app/assets/stylesheets/reset.css +++ b/app/assets/stylesheets/reset.css @@ -20,7 +20,6 @@ time, mark, audio, video { padding: 0; border: 0; font-size: 100%; - font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */