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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user