Fix regression (css)

This commit is contained in:
Frederic Guillot
2015-09-26 19:56:51 -04:00
parent 16e14b76a6
commit 625a84d174
4 changed files with 5 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -31,10 +31,6 @@ div.task-board-status-closed {
text-decoration: underline;
}
.task-board-expanded {
display: inline;
}
.task-board-collapsed {
overflow: hidden;
white-space: nowrap;
@@ -47,7 +43,6 @@ a.task-board-collapsed-title {
}
.task-board .dropdown {
margin-right: 5px;
font-size: 1.1em;
}