[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

View file

@ -1433,11 +1433,13 @@ section #jotOpen {
margin-left: 0px; margin-left: 0px;
margin-top: 0px; margin-top: 0px;
padding-top: 0px; padding-top: 0px;
margin-bottom: 10px;
border-top: none; border-top: none;
color: inherit; color: inherit;
} }
blockquote.shared_content { blockquote.shared_content {
margin-left: 20px; padding: 0px;
margin-left: 0px;
color: inherit; color: inherit;
} }
.wall-item-tags, .wall-item-tags,