More CSS fixes for MD theme, even though it's removed now.

Can revert this and the others in one week when archived pages expire.
This commit is contained in:
ccd0 2016-04-02 02:17:23 -07:00
parent 001d6a061f
commit 14a81213a1

View File

@ -24,3 +24,12 @@
:root.md2016 .inline div.post {
max-width: 100%;
}
:root.md2016 #unread-line {
display: block;
position: relative;
top: 7.5px;
}
:root.md2016 .threadContainer {
margin-left: 26px;
border-left: none;
}