Add note that the top lists cover the past month.
authorMagnus Hagander <magnus@hagander.net>
Fri, 16 Oct 2009 22:48:08 +0000 (00:48 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 16 Oct 2009 22:48:08 +0000 (00:48 +0200)
template/index.tmpl
www/css/planet.css

index 46b8293904d6d3fe6bfd3402a6b9b726e6755b71..bab06efd600f28bb490e3eb507c5fd98fdb7d234 100644 (file)
@@ -3,6 +3,7 @@
     <div id="planetRight">
 {% if topposters %}
      <div class="planetRightTitle">Top posters</div>
+     <div class="planetRightDescription">Number of posts in the past month</div>
      <ul>
 {% for feed in topposters %}
       <li><a href="{{feed.feedurl}}"><img src="img/feed-icon-14x14.png" alt="RSS"/></a> {%if feed.blogurl %}<a href="{{feed.blogurl}}">{{feed.name}}</a>{%else%}{{feed.name}}{%endif%} ({{feed.numposts}})</li>
@@ -11,6 +12,7 @@
 {% endif %}
 {% if topteams %}
      <div class="planetRightTitle">Top teams</div>
+     <div class="planetRightDescription">Number of posts in the past month</div>
      <ul>
 {% for feed in topteams %}
  {% ifchanged feed.teamname %}
index 24dbf28a2a4765e482c52aa0fa879c5fff924725..497bf18caf04f372269f8218467e8708dbae5258 100644 (file)
@@ -118,6 +118,11 @@ div#planetRight div.planetRightTitle {
    padding-left: 10px;
 }
 
+div#planetRight div.planetRightDescription {
+   font-size: 0.7em;
+   padding-left: 15px;
+}
+
 div#planetRight ul {
    list-style: none;
    padding-left: 15px;