scrumli/static/css/scrumli.css

13 lines
152 B
CSS
Raw Normal View History

2013-07-13 21:23:46 +02:00
.clickable {
cursor: pointer;
}
2013-07-15 19:51:45 +02:00
button.nothing {
background-color: inherit;
border: none;
}
2013-07-16 20:53:18 +02:00
div.normalText {
white-space: pre-wrap;
}