Also fix the quote preview / inlining CSS for MD theme.

This commit is contained in:
ccd0 2016-04-01 11:46:48 -07:00
parent a01875ca17
commit b1921c72c0

View File

@ -13,3 +13,14 @@
text-indent:10px;
padding:10px 0;
}
:root.md2016 #hoverUI div.postContainer,
:root.md2016 .inline div.postContainer {
width: auto;
margin: 0;
}
:root.md2016 #hoverUI div.post,
:root.md2016 .inline div.post {
max-width: 100%;
}