##// END OF EJS Templates
Limit preview width in MD theme
neko259 -
r1041:0838ba3e default
parent child Browse files
Show More
@@ -477,6 +477,7 b' ul {'
477 .post_preview {
477 .post_preview {
478 border-left: 1px solid #777;
478 border-left: 1px solid #777;
479 border-right: 1px solid #777;
479 border-right: 1px solid #777;
480 max-width: 600px;
480 }
481 }
481
482
482 /* Code highlighter */
483 /* Code highlighter */
General Comments 0
You need to be logged in to leave comments. Login now