EventAggregator

Changeset

343:161c3462b465
2013-02-05 Paul Boddie raw files shortlog changelog graph Prevented the labels of view controls from wrapping. rel-0-9
css/event-aggregator.css (file)
     1.1 --- a/css/event-aggregator.css	Mon Feb 04 23:41:01 2013 +0100
     1.2 +++ b/css/event-aggregator.css	Tue Feb 05 00:01:02 2013 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  
     1.5                             ...before any rules.
     1.6  
     1.7 -Copyright (c) 2009, 2010, 2011, 2012 by Paul Boddie
     1.8 +Copyright (c) 2009, 2010, 2011, 2012, 2013 by Paul Boddie
     1.9  Licensed under the GNU GPL (v2 or later), see COPYING.txt for details.
    1.10  */
    1.11  
    1.12 @@ -30,6 +30,7 @@
    1.13  
    1.14  .event-view a {
    1.15      font-size: smaller;
    1.16 +    display: inline-block;
    1.17  }
    1.18  
    1.19  .event-download {