minor tweaks

This commit is contained in:
redmatrix
2016-02-01 23:09:45 -08:00
parent 38f385f67d
commit 7f453949a1
2 changed files with 6 additions and 3 deletions

View File

@@ -962,6 +962,9 @@ a.rconnect:hover, a.rateme:hover, div.rateme:hover {
margin-bottom: 18px;
}
#jot-preview-content {
margin-top: 10px;
}
.acl-list-item {
width: 48%; /* fallback if browser does not support calc() */
width: calc(50% - 10px);