Sage trac's stylesheet sets the width of a ticket's description, change
history, etc., to 700 pixels:

http://trac.sagemath.org/sage_trac/chrome/common/css/ticket.css

contains

#content.ticket { width: 700px; max-width: 100% }

To override this in Firefox on Linux, I put

#content.ticket { width: 100% !important; }

in

~/.mozilla/firefox/<secret code>.<profile name>/chrome/userContent.css

Note: I haven't tested this with other trac sites.


Besides username, and

[diff]
git = true

for binary patches, are there other useful bits I should put in ~/.hgrc?

Thanks!


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to