MercurialWebTheme

Changeset

43:3c3965520fc9
2011-11-12 Paul Boddie raw files shortlog changelog graph Experiment with wrapping avoidance for the archive and feed columns.
themes/mercurialweb/static/style-mercurialweb.css (file)
     1.1 --- a/themes/mercurialweb/static/style-mercurialweb.css	Sat Nov 12 01:00:56 2011 +0100
     1.2 +++ b/themes/mercurialweb/static/style-mercurialweb.css	Sat Nov 12 01:03:57 2011 +0100
     1.3 @@ -78,10 +78,12 @@
     1.4  
     1.5  .archives {
     1.6      text-align: left;
     1.7 +    white-space: nowrap;
     1.8  }
     1.9  
    1.10  .feeds {
    1.11      text-align: right;
    1.12 +    white-space: nowrap;
    1.13  }
    1.14  
    1.15  /* Summary table dimensions. */