##// END OF EJS Templates
Adding 1em spacing above and below tables in rendered html.
Brian E. Granger -
Show More
@@ -75,6 +75,14
75 margin-top: 1em;
75 margin-top: 1em;
76 }
76 }
77
77
78 p + table {
79 margin-top: 1em;
80 }
81
82 table + p {
83 margin-top: 1em;
84 }
85
78 img {
86 img {
79 display: block;
87 display: block;
80 margin-left: auto;
88 margin-left: auto;
@@ -176,6 +176,8 div.quickhelp{float:left;width:50%;}
176 .rendered_html th{font-weight:bold;}
176 .rendered_html th{font-weight:bold;}
177 .rendered_html p{text-align:justify;}
177 .rendered_html p{text-align:justify;}
178 .rendered_html p+p{margin-top:1em;}
178 .rendered_html p+p{margin-top:1em;}
179 .rendered_html p+table{margin-top:1em;}
180 .rendered_html table+p{margin-top:1em;}
179 .rendered_html img{display:block;margin-left:auto;margin-right:auto;}
181 .rendered_html img{display:block;margin-left:auto;margin-right:auto;}
180 .rendered_html .MathJax_Display{text-align:center !important;}
182 .rendered_html .MathJax_Display{text-align:center !important;}
181 span#save_widget{padding:0px 5px;margin-top:12px;}
183 span#save_widget{padding:0px 5px;margin-top:12px;}
@@ -1557,6 +1557,8 div.quickhelp{float:left;width:50%;}
1557 .rendered_html th{font-weight:bold;}
1557 .rendered_html th{font-weight:bold;}
1558 .rendered_html p{text-align:justify;}
1558 .rendered_html p{text-align:justify;}
1559 .rendered_html p+p{margin-top:1em;}
1559 .rendered_html p+p{margin-top:1em;}
1560 .rendered_html p+table{margin-top:1em;}
1561 .rendered_html table+p{margin-top:1em;}
1560 .rendered_html img{display:block;margin-left:auto;margin-right:auto;}
1562 .rendered_html img{display:block;margin-left:auto;margin-right:auto;}
1561 .rendered_html .MathJax_Display{text-align:center !important;}
1563 .rendered_html .MathJax_Display{text-align:center !important;}
1562 span#save_widget{padding:0px 5px;margin-top:12px;}
1564 span#save_widget{padding:0px 5px;margin-top:12px;}
General Comments 0
You need to be logged in to leave comments. Login now