##// END OF EJS Templates
Specify max width for reflink preview in MDC theme
neko259 -
r358:f6a069ba default
parent child Browse files
Show More
@@ -1,6 +1,6 b''
1 1 @import url("../md/base_page.css");
2 2
3 .thread, .post-form-w, .image-mode-tab, .tag_info, .bar-bg, .page_link {
3 .thread, .post-form-w, .image-mode-tab, .tag_info, .bar-bg, .page_link, .post_preview {
4 4 max-width: 1000px;
5 5 margin-left: auto;
6 6 margin-right: auto;
General Comments 0
You need to be logged in to leave comments. Login now