Merge pull request #2807 from Hypolite/frio-larger-view-develop

[frio] Changes to shared post display (width, base font size)
This commit is contained in:
rabuzarus 2016-09-28 20:32:11 +02:00 committed by GitHub
commit af3a672570
1 changed files with 7 additions and 4 deletions

View File

@ -60,6 +60,9 @@ section hr {
iframe, img {
max-width: 100%;
}
blockquote {
font-size: inherit;
}
.clear {
clear: both;
}
@ -1419,8 +1422,6 @@ section #jotOpen {
.shared-wrapper,
.vevent {
margin-left: 50px;
margin-right: 50px;
padding: 10px;
box-shadow: 0 0 0 1.5px rgba(0, 0, 0, .1) inset, 0 1px 1px rgba(0, 0, 0, .05);
}
@ -1437,13 +1438,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,