From c9b7118a47c4b8cd6a9ede4ff093d37366586c41 Mon Sep 17 00:00:00 2001 From: Kriansa Date: Thu, 27 Oct 2011 12:36:28 -0200 Subject: [PATCH] Fixed a bug that wasn't working as expected on Linux --- lib/patterns.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/patterns.less b/lib/patterns.less index 8ffae79dc1..c7b7c10b86 100644 --- a/lib/patterns.less +++ b/lib/patterns.less @@ -522,7 +522,8 @@ footer { } // Sets the close button to the middle of message .close{ - line-height: 18px; + font-family: Arial; + line-height: 18px; } // Danger and error appear as red &.danger,