# HG changeset patch # User Paul Boddie # Date 1321056237 -3600 # Node ID 3c3965520fc9a1114126c884fdadcb42866fe37d # Parent 8ca1214c47df509e2808a67d4e0222d888e509d2 Experiment with wrapping avoidance for the archive and feed columns. diff -r 8ca1214c47df -r 3c3965520fc9 themes/mercurialweb/static/style-mercurialweb.css --- a/themes/mercurialweb/static/style-mercurialweb.css Sat Nov 12 01:00:56 2011 +0100 +++ b/themes/mercurialweb/static/style-mercurialweb.css Sat Nov 12 01:03:57 2011 +0100 @@ -78,10 +78,12 @@ .archives { text-align: left; + white-space: nowrap; } .feeds { text-align: right; + white-space: nowrap; } /* Summary table dimensions. */