fix some stuff right away

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-03-11 09:12:31 -04:00
parent f7ade749b8
commit 57d8370376

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;
}
/** /**