Fixed tags

This commit is contained in:
Mathew Kurian 2014-12-21 21:25:32 -06:00
parent 78be7ca828
commit 7f3c26cd65
2 changed files with 5 additions and 2 deletions

View file

@ -14,8 +14,8 @@
//Make some logs //Make some logs
console.addLogger('debug', 'inverse'); console.addLogger('debug', 'red');
console.addLogger('fun', 'rainbow'); console.addLogger('fun', 'red');
console.time().fun('hello world'); console.time().fun('hello world');
console.tag('This is a test').debug('A test'); console.tag('This is a test').debug('A test');

View file

@ -70,6 +70,9 @@ body {
font-family: "Open Sans"; font-family: "Open Sans";
/* font-weight: bold; */ /* font-weight: bold; */
/* letter-spacing: 1px; */ /* letter-spacing: 1px; */
padding: 1px 5px;
background: #000;
border: 1px solid #222;
} }
.page { .page {