##// END OF EJS Templates
Specify max width for reflink preview in MDC theme
neko259 -
r358:f6a069ba default
parent child Browse files
Show More
@@ -1,16 +1,16 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;
7 7 }
8 8
9 9 .thread {
10 10 border-left: solid 2px #888;
11 11 border-right: solid 2px #888;
12 12 }
13 13
14 14 .last-replies {
15 15 margin-right: 3ex;
16 16 }
General Comments 0
You need to be logged in to leave comments. Login now