[frio] Increase available width for shared content
- Added a bottom margin to the shared header - Removed padding and horizontal margins for the shared content
This commit is contained in:
parent
01a8671b66
commit
f64bd451ca
1 changed files with 4 additions and 2 deletions
|
@ -1433,11 +1433,13 @@ section #jotOpen {
|
|||
margin-left: 0px;
|
||||
margin-top: 0px;
|
||||
padding-top: 0px;
|
||||
margin-bottom: 10px;
|
||||
border-top: none;
|
||||
color: inherit;
|
||||
}
|
||||
blockquote.shared_content {
|
||||
margin-left: 20px;
|
||||
padding: 0px;
|
||||
margin-left: 0px;
|
||||
color: inherit;
|
||||
}
|
||||
.wall-item-tags,
|
||||
|
|
Loading…
Reference in a new issue