##// END OF EJS Templates
fix(css): distinguish code/pre from #message
super-admin -
r5584:db0ef0c4 default
parent child Browse files
Show More
@@ -287,10 +287,18 b' div.markdown-block #message {'
287 287 font-family: @text-monospace;
288 288 font-size: 11px;
289 289 .border-radius(@border-radius);
290 background-color: transparent;
291 290 color: @grey3;
292 291 }
293 292
293 div.markdown-block code,
294 div.markdown-block pre {
295 background-color: transparent;
296 }
297
298 div.markdown-block #ws,
299 div.markdown-block #message {
300 background-color: white;
301 }
294 302
295 303 div.markdown-block code {
296 304 border: @border-thickness solid @grey6;
General Comments 0
You need to be logged in to leave comments. Login now