00591: Page actions misaligned in Firefox 1.5 rc 2 (Windows)

Summary: Page actions misaligned in Firefox 1.5 rc 2 (Windows)
Created: 2005-11-13 03:36
Status: Closed - added for 2.1.beta2
Category: Feature
From: floozy?
Assigned:
Priority: 3
Version: 2.1.beta1
OS: pmwiki.org

Description: The page actions in the upper right corner of each wiki page are sometimes misaligned in Firefox 1.5 rc 2 on Windows (there's a line break, often after 'History' or 'Print').

I've reported this using the "Report Broken Website" tool of Firefox. As a work around, the CSS of the PmWiki skin could be modified to disallow line-breaks within the page actions:

Change:
#wikicmds { float:right; font-family:Verdana,sans-serif; font-size:80%; }

to:
#wikicmds { float:right; font-family:Verdana,sans-serif; font-size:80%; white-space:nowrap; }


Thanks for fixing this!
--floozy