collab/public/stylesheets/style.css

24 lines
212 B
CSS
Raw Normal View History

2010-03-04 22:42:09 +00:00
* {
margin:0;
padding:0;
}
2010-03-04 06:22:45 +00:00
#flash_error {
color:red;
}
#flash_notice {
color:blue;
}
#flash_success {
color:green;
2010-03-04 22:42:09 +00:00
}
table.task_list tr.odd{
background-color:#ddd;
}
table.task_list tr.even{
2010-03-04 06:22:45 +00:00
}