From owner-svn-doc-all@freebsd.org Sun Sep 13 18:28:52 2015 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1F887A0328D; Sun, 13 Sep 2015 18:28:52 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 105201808; Sun, 13 Sep 2015 18:28:52 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8DISp8p000675; Sun, 13 Sep 2015 18:28:51 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8DISppQ000674; Sun, 13 Sep 2015 18:28:51 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201509131828.t8DISppQ000674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Sun, 13 Sep 2015 18:28:51 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47408 - head/en_US.ISO8859-1/htdocs/layout/css X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Sep 2015 18:28:52 -0000 Author: wblock Date: Sun Sep 13 18:28:51 2015 New Revision: 47408 URL: https://svnweb.freebsd.org/changeset/doc/47408 Log: 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. Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css Modified: head/en_US.ISO8859-1/htdocs/layout/css/layout.css ============================================================================== --- head/en_US.ISO8859-1/htdocs/layout/css/layout.css Sun Sep 13 14:15:49 2015 (r47407) +++ head/en_US.ISO8859-1/htdocs/layout/css/layout.css Sun Sep 13 18:28:51 2015 (r47408) @@ -424,7 +424,7 @@ .frontdonateroundbox { margin-top: 0.5em; padding: 0; - width: 85%; + white-space: nowrap; background-color: white; border-radius: 10px; }