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.
This commit is contained in:
Warren Block 2015-09-13 18:28:51 +00:00
parent 46ed64c8fd
commit d9db09520b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47408

View file

@ -424,7 +424,7 @@
.frontdonateroundbox {
margin-top: 0.5em;
padding: 0;
width: 85%;
white-space: nowrap;
background-color: white;
border-radius: 10px;
}