Skip to content

Commit

Permalink
Merge pull request tastejs#272 from nemilya/master
Browse files Browse the repository at this point in the history
css fix
  • Loading branch information
sindresorhus committed Aug 23, 2012
2 parents c60c2c1 + 16dd0bb commit 5be9078
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions labs/architecture-examples/sammyjs/css/app.css
@@ -1,4 +1,3 @@

body { margin: 0; padding: 0; font-family: Helvetica; color: #444; }
#surface { position: relative; margin: 0 auto; width: 600px; }
h1 { position: relative; top: 18px; z-index: 2; margin: 0; padding: 0; width: 100%; height: 1.2em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 25px; font-weight: normal; }
Expand Down Expand Up @@ -173,7 +172,7 @@ body {
margin: 0 10px 0 7px;
float: left;
}
#todo-list .done .todo-content {
#todo-list .done {
text-decoration: line-through;
color: #777777;
}
Expand Down

0 comments on commit 5be9078

Please sign in to comment.