Commit 5be9078f authored by Sindre Sorhus's avatar Sindre Sorhus

Merge pull request #272 from nemilya/master

css fix
parents c60c2c15 16dd0bb3
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; }
......@@ -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;
}
......
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