diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-11-20 14:08:33 +0100 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-11-20 14:08:33 +0100 |
commit | 5d416c64fbf7ec7890f85b4e52d98dddb9746acb (patch) | |
tree | 5ce76600f5db8cf990bae73a7f04817d5f3cdbab /tpl | |
parent | 3183058847f93b328f153049d0ca8ee9615fac32 (diff) | |
download | Bits-5d416c64fbf7ec7890f85b4e52d98dddb9746acb.tar.gz Bits-5d416c64fbf7ec7890f85b4e52d98dddb9746acb.zip |
Minor changes
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/study/list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/study/list.php b/tpl/study/list.php index feffc72..0d04ccb 100644 --- a/tpl/study/list.php +++ b/tpl/study/list.php @@ -12,7 +12,7 @@ foreach ($batches as $batch) { $color = ""; if ($batch['lr_date']) { if ($batch['lr_score'] == 100) - $color = "#00CC00"; + $color = "#00AA00"; else if ($batch['lr_score'] >= 90) $color = "#55FF55"; else if ($batch['lr_score'] >= 50) |