factor/extra/webapps/todo/todo.css

14 lines
153 B
CSS
Raw Normal View History

2008-04-15 07:35:06 -04:00
pre {
font-size: 75%;
}
.todo-list {
border-style: none;
}
.todo-list td, .todo-list th {
border-width: 1px;
padding: 2px;
border-style: solid;
}