[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:
Hypolite Petovan 2016-09-28 13:08:58 -04:00
parent 01a8671b66
commit f64bd451ca
1 changed files with 4 additions and 2 deletions

View File

@ -1431,13 +1431,15 @@ section #jotOpen {
}
.shared_header {
margin-left: 0px;
margin-top: 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,