Commit 0829793d authored by Christoph Burgdorf's avatar Christoph Burgdorf

added more meaningful comments to the overwrite.css

parent 5f96b207
/*overwrite this as its getting in the angular way */
/*hiding those elements by default is really getting into the anguluar way
as AngularJS's show directive will keep track of hiding/showing the elements for us*/
#main {
display: block;
display: inherit;
}
#todoapp footer{
display: block;
display: inherit;
}
#clear-completed{
display: inherit;
}
/*this doesn't seem to be used in the jquery example at all. Its getting in the way */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment