diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/index.html b/templates/public/index.html index 25c76abd..7bc22c02 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -64,8 +64,8 @@ </tr> {% endfor %} <tr> - <td style="font-size:x-small"><br /><a href="{% url feeds-list %}">More Feeds...</a></td> - <td style="text-align:right;font-size:x-small"><br /><a href="/packages/?sort=-last_update">More Updates...</a></td> + <td style="font-size:x-small;white-space:nowrap;"><br /><a href="{% url feeds-list %}">More Feeds...</a></td> + <td style="text-align:right;font-size:x-small;white-space:nowrap;"><br /><a href="/packages/?sort=-last_update">More Updates...</a></td> </tr> </table> </div> |