Commit 16dd0bb3 authored by Ilya Nemihin's avatar Ilya Nemihin

Update labs/architecture-examples/sammyjs/css/app.css

now when checkbox done - style is working
parent c60c2c15
body { margin: 0; padding: 0; font-family: Helvetica; color: #444; } body { margin: 0; padding: 0; font-family: Helvetica; color: #444; }
#surface { position: relative; margin: 0 auto; width: 600px; } #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; } 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 { ...@@ -173,7 +172,7 @@ body {
margin: 0 10px 0 7px; margin: 0 10px 0 7px;
float: left; float: left;
} }
#todo-list .done .todo-content { #todo-list .done {
text-decoration: line-through; text-decoration: line-through;
color: #777777; 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