From e0d013b25eb54091499d2c11c7865216ebcdb056 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 23 Sep 2011 19:43:32 +0200 Subject: settings/personal: remove padding from quota bar The text will stay in it's place, but 0% usage will lead to an empty bar. Signed-off-by: Florian Pritz --- settings/templates/personal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings/templates') diff --git a/settings/templates/personal.php b/settings/templates/personal.php index 65a6f12712b..eee5f3979c3 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -5,7 +5,7 @@ */?>
-

t('You use');?> t('of the available');?>

+

t('You use');?> t('of the available');?>

-- cgit v1.2.3