##// END OF EJS Templates
Moved adding linked posts from view to post manager. Cleaned up tests, added some more tests
Moved adding linked posts from view to post manager. Cleaned up tests, added some more tests

File last commit:

r358:f6a069ba default
r381:f21d714a default
Show More
base_page.css
16 lines | 564 B | text/css | CssLexer
neko259
Added a centered MD theme (with maximum thread width).
r254 @import url("../md/base_page.css");
neko259
Specify max width for reflink preview in MDC theme
r358 .thread, .post-form-w, .image-mode-tab, .tag_info, .bar-bg, .page_link, .post_preview {
neko259
Added a centered MD theme (with maximum thread width).
r254 max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.thread {
border-left: solid 2px #888;
border-right: solid 2px #888;
}
neko259
Added right margin to the last replies list in MD theme.
r267
.last-replies {
margin-right: 3ex;
}