Skip to content

Commit

Permalink
Fix css lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastsg committed Jan 21, 2019
1 parent b7ecd8d commit 6938b00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@
background: #fafafa;
}

.capquiz-attempt-metainfo tr:first-child td {
}

.capquiz-tree tr td {
padding: 8px;
}
Expand Down Expand Up @@ -88,7 +85,7 @@
}

.capquiz-quiz-progress-fill {
background: #5599ff;
background: #59f;
text-align: left;
height: 30px;
color: #e0e0e0;
Expand All @@ -97,8 +94,8 @@

.capquiz-quiz-progress-unfill {
background: #d9534f;
text-align: right ;
float: right ;
text-align: right;
float: right;
height: 30px;
color: #f8f9fa;
max-width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2019012100;
$plugin->version = 2019012101;
$plugin->requires = 2016120500;
$plugin->cron = 0;
$plugin->component = 'mod_capquiz';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '0.1.3 (Build: 2019012100)';
$plugin->release = '0.1.4 (Build: 2019012101)';

0 comments on commit 6938b00

Please sign in to comment.