svn commit: r47408 - head/en_US.ISO8859-1/htdocs/layout/css

Warren Block wblock at FreeBSD.org
Sun Sep 13 18:28:52 UTC 2015


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;
 }


More information about the svn-doc-all mailing list