diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-03-01 18:07:56 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-03-01 18:07:56 +0000 |
commit | be8103995864baa12a3fbfb2caf6687ef3822ef7 (patch) | |
tree | 6c99d07b57cd9ff195996e0d5f8730db5dabb440 /lib | |
parent | 1c3e6a86f1e72fc0476d66cd7e4f843669df54fc (diff) | |
download | www-be8103995864baa12a3fbfb2caf6687ef3822ef7.tar www-be8103995864baa12a3fbfb2caf6687ef3822ef7.tar.gz www-be8103995864baa12a3fbfb2caf6687ef3822ef7.tar.bz2 www-be8103995864baa12a3fbfb2caf6687ef3822ef7.tar.xz www-be8103995864baa12a3fbfb2caf6687ef3822ef7.zip |
style update
Diffstat (limited to 'lib')
-rw-r--r-- | lib/fi-report.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fi-report.php b/lib/fi-report.php index c53c1752a..d5c2b3d83 100644 --- a/lib/fi-report.php +++ b/lib/fi-report.php @@ -18,7 +18,7 @@ class Mageia_Financial_Report $i->forecast_file = $files['forecast']; $i->accounts_file = $files['accounts']; - $i->CUR = '<span style="color: #777; font-size: 80%%;">EUR</span>'; + $i->CUR = '<span class="currency">EUR</span>'; return $i; } |