Minor changes.

This commit is contained in:
Lars Jung 2012-08-12 17:27:54 +02:00
parent 7b216484de
commit bdcab107eb
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ var path = require('path'),
child_process = require('child_process');
var version = '0.22-dev-5',
var version = '0.22-dev-8',
root = path.resolve(__dirname),
src = path.join(root, 'src'),

View File

@ -8,7 +8,7 @@
border-color: #ddd;
}
&.match {
border-color: #aaa;
border-color: #999;
}
}