Merge pull-request #710

This commit is contained in:
Frederic Guillot 2015-03-16 21:55:01 -04:00
commit 32fb1f65c5
2 changed files with 8 additions and 0 deletions

View File

@ -628,6 +628,10 @@ div.ui-tooltip {
width: 550px;
}
.ui-tooltip-content .markdown p {
margin-bottom: 0px;
}
.tooltip-tasklinks li {
list-style-type: none;
}

View File

@ -64,6 +64,10 @@ div.ui-tooltip {
width: 550px;
}
.ui-tooltip-content .markdown p {
margin-bottom: 0px;
}
.tooltip-tasklinks li {
list-style-type: none;
}