From e63fd2677ed9533e32c6402e726afca27bb83c69 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 4 Oct 2014 20:24:56 +0200 Subject: Fix text overflow for subscriptions and starred feed --- templates/part.navigation.starredfeed.php | 2 +- templates/part.navigation.unreadfeed.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/part.navigation.starredfeed.php b/templates/part.navigation.starredfeed.php index 58dfdad94..adf3434db 100644 --- a/templates/part.navigation.starredfeed.php +++ b/templates/part.navigation.starredfeed.php @@ -2,7 +2,7 @@ active: Navigation.isStarredActive(), unread: Navigation.getStarredCount() > 0 }" - class="starred has-counter"> + class="with-counter starred-feed"> t('Starred')) ?> diff --git a/templates/part.navigation.unreadfeed.php b/templates/part.navigation.unreadfeed.php index c18a8875d..968e1eec4 100644 --- a/templates/part.navigation.unreadfeed.php +++ b/templates/part.navigation.unreadfeed.php @@ -2,7 +2,7 @@ active: Navigation.isSubscriptionsActive(), unread: Navigation.getUnreadCount() > 0 }" - class="subscriptions has-counter has-menu"> + class="subscriptions-feed with-counter with-menu"> t('Unread articles'))?> -- cgit v1.2.3