Various fixes

This commit is contained in:
calzoneman 2014-01-14 00:52:56 -06:00
parent 87f44b69e0
commit b1e6f696e8
7 changed files with 85 additions and 87 deletions

View file

@ -245,11 +245,7 @@
border-color: #bce8f1;
}
#queue {
margin-top: 10px;
}
#queue li:last-child {
#queue > li:last-child {
border-bottom: 0;
margin-bottom: 0;
}
@ -479,3 +475,11 @@
padding-top: 0;
margin-top: 0;
}
.qfalert {
margin-bottom: 10px;
}
#customembed-content {
font-family: Monospace;
}