##// END OF EJS Templates
markdown: fixed hr styling, and strong style.
marcink -
r1730:86a40f80 default
parent child Browse files
Show More
@@ -165,6 +165,7 b' div.markdown-block h6 {'
165 165 div.markdown-block hr {
166 166 border: 0;
167 167 color: #e6e5e5;
168 background-color: #e6e5e5;
168 169 height: 3px;
169 170 margin-bottom: 13px;
170 171 }
@@ -200,6 +201,12 b' div.markdown-block img {'
200 201 background-color: #fff;
201 202 }
202 203
204
205 div.markdown-block strong {
206 font-weight: 600;
207 margin: 0;
208 }
209
203 210 div.markdown-block ul,
204 211 div.markdown-block ol {
205 212 padding-left: 30px !important;
General Comments 0
You need to be logged in to leave comments. Login now