fix some stuff right away
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
parent
f7ade749b8
commit
57d8370376
1 changed files with 7 additions and 2 deletions
|
@ -928,11 +928,16 @@ aside #viewcontacts {
|
|||
display: none;
|
||||
}
|
||||
#jot-preview-content {
|
||||
background-color: #ffffe0;
|
||||
border: 1px #aaaa00 solid;
|
||||
background-color: #3e3f3e;
|
||||
color: #eec;
|
||||
border: 1px #eec solid;
|
||||
border-radius: 3px;
|
||||
padding: 3px 3px 6px 10px;
|
||||
}
|
||||
#jot-preview-content .wall-item-outside-wrapper {
|
||||
border: 0;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue