Skip to content

Commit

Permalink
cujo css: consistent css indention
Browse files Browse the repository at this point in the history
  • Loading branch information
passy committed May 20, 2013
1 parent 349aa2c commit af7fafc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions labs/architecture-examples/cujo/app/controls/structure.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
}

.completed-zero #clear-completed {
opacity: 0;
opacity: 0;
}

.todos-one #main,
.todos-many #main,
.todos-one #footer,
.todos-many #footer {
display: block;
display: block;
}

#main,
#footer,
.todos-zero #main,
.todos-zero #footer {
display: none;
display: none;
}

/* TODO: Reinstate once we add routing */

0 comments on commit af7fafc

Please sign in to comment.