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:
parent
46ed64c8fd
commit
d9db09520b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47408
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@
|
||||||
.frontdonateroundbox {
|
.frontdonateroundbox {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 85%;
|
white-space: nowrap;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue