Merge pull request #120 from simonlnu/master

fix some stuff right away
This commit is contained in:
Simon 2012-03-11 06:13:10 -07:00
commit 076393c9e7

View file

@ -928,11 +928,16 @@ aside #viewcontacts {
display: none; display: none;
} }
#jot-preview-content { #jot-preview-content {
background-color: #ffffe0; background-color: #3e3f3e;
border: 1px #aaaa00 solid; color: #eec;
border: 1px #eec solid;
border-radius: 3px; border-radius: 3px;
padding: 3px 3px 6px 10px; padding: 3px 3px 6px 10px;
} }
#jot-preview-content .wall-item-outside-wrapper {
border: 0;
border-radius: 0px;
}
/** /**