Skip to content

Commit

Permalink
Merge branch 'task/fix_style'
Browse files Browse the repository at this point in the history
  • Loading branch information
mocheng committed Feb 5, 2017
2 parents f574921 + f423a32 commit 1d62ba1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions chapter-04/todo/src/todos/views/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
.todo-item {
position: relative;
height: 60px;
line-height: 50px;
vertical-align: middle;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
.todo-item {
position: relative;
height: 60px;
line-height: 50px;
vertical-align: middle;
}

Expand Down
1 change: 1 addition & 0 deletions chapter-05/todo_perf/src/todos/views/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
.todo-item {
position: relative;
height: 60px;
line-height: 50px;
vertical-align: middle;
}

Expand Down
1 change: 1 addition & 0 deletions chapter-05/todo_with_selector/src/todos/views/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
.todo-item {
position: relative;
height: 60px;
line-height: 50px;
vertical-align: middle;
}

Expand Down

0 comments on commit 1d62ba1

Please sign in to comment.