style in example

This commit is contained in:
David Greenspan
2013-08-01 16:41:11 -07:00
parent 11feb8800a
commit e85f20be8e
2 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,8 @@
.foo { background: red; }
aside { color: red; }
asdf { color: red; }
#list div {
padding: 10px;
background: #eee;
border: 1px solid #bbb;
margin: 8px;
font-weight: bold;
cursor: move;
}

View File

@@ -8,7 +8,7 @@ Meteor.startup(function () {
*/
});
UI.body.name = 'David';
UI.body.name = 'World';
UI.body.items = Items.find({}, { sort: { rank: 1 }});