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.
that fonts are not tiny and the site uses more than the middle third of
the monitor. Discussed in -doc.
Differential Revision: https://reviews.freebsd.org/D3215
IE 9+
Fx 4+
Chrome 4+
Safari 5+
Remove Support for
Fx before 4.0
Chrome between 0.2 and 4.0
Safari between 3.0 and 5.0
Of note: in the third hunk the "real" value and the prefixed values
differ.
Tested on Chrome & Firefox 19
Approved by: bcr (mentor)
the default page header. The following changes were made:
- Remove the Donate to FreeBSD button added a few days ago
- Add stylesheet entries for the new button. Note this
button is pure CSS, and does not use background images
for the rounded boarders.
- Move the 'Donate' and 'Contact' links from the header:
o 'Donate' is now 'Hardware Donations' in the menu
dropdown.
o 'Contact' is now in the footer.
o The 'Donate' link that existed in the menu dropdown
is now 'Monetary Donations'.
- The header2.donatebutton entity is now used for this
button, so translation teams can modify localized
header.l10n.ent for the button text.
- Comment the header2.searchnav entity entries in header.ent
for now, until I figure out what to do with them.
This change should have zero UI regressions, and solves the
problem of the previously added button pushing the 'New to
FreeBSD' button down into the security text.[1]
Requested by: deb
Reported by: emaste[1], gavin[1]
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate
information in the www and the doc directory.
- Add various administration files to svnadmin.
Approved by: doceng (implicit)