1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-08-22 13:32:58 +02:00

Fix the rendering of inline code blocks.

This commit is contained in:
Rob
2019-12-22 16:24:22 -08:00
parent 74eb72c06b
commit ed91ebb7b7

View File

@@ -89,6 +89,15 @@ samp {
}
p > pre,
p > code,
p > kbd,
p > samp {
/* Render code blocks contained by <p> blocks as inline. */
display: inline;
}
img {
/* Remove the border on images inside links in IE 10. [1] */
border-style: none;