mirror of
https://github.com/robsheldon/sscaffold-css.git
synced 2025-08-22 21:42:55 +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 {
|
img {
|
||||||
/* Remove the border on images inside links in IE 10. [1] */
|
/* Remove the border on images inside links in IE 10. [1] */
|
||||||
border-style: none;
|
border-style: none;
|
||||||
|
Reference in New Issue
Block a user