From d9db09520bf1041fe844a80861ef76432562ffc2 Mon Sep 17 00:00:00 2001 From: Warren Block Date: Sun, 13 Sep 2015 18:28:51 +0000 Subject: [PATCH] Remove the width setting for the "Donate to FreeBSD" box. Non-Firefox browsers like Safari and IE seem to use wider fonts, making the text wrap and disrupting the rest of the page. Also add a nowrap property just in case. --- en_US.ISO8859-1/htdocs/layout/css/layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/htdocs/layout/css/layout.css b/en_US.ISO8859-1/htdocs/layout/css/layout.css index 5621110cbc..80f64c8c74 100644 --- a/en_US.ISO8859-1/htdocs/layout/css/layout.css +++ b/en_US.ISO8859-1/htdocs/layout/css/layout.css @@ -424,7 +424,7 @@ .frontdonateroundbox { margin-top: 0.5em; padding: 0; - width: 85%; + white-space: nowrap; background-color: white; border-radius: 10px; }