Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2015 18:28:51 +0000 (UTC)
From:      Warren Block <wblock@FreeBSD.org>
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
Message-ID:  <201509131828.t8DISppQ000674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509131828.t8DISppQ000674>