mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
style in example
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -8,7 +8,7 @@ Meteor.startup(function () {
|
||||
*/
|
||||
});
|
||||
|
||||
UI.body.name = 'David';
|
||||
UI.body.name = 'World';
|
||||
|
||||
UI.body.items = Items.find({}, { sort: { rank: 1 }});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user