decrease favlist left margin, increase favlist height (#449)

This commit is contained in:
Toks
2013-04-22 16:50:20 -04:00
parent 4dbd546ff2
commit 6edb72d861

View File

@@ -248,9 +248,9 @@ div#c-posts {
}
#favlist {
margin-left: 1.5em;
margin-left: 1em;
word-wrap: break-word;
max-height: 200px;
max-height: 300px;
overflow: auto;
}