Merge pull request #5441 from ostezer/docs-fix-notes-warnings-bg

Docs/CSS: Fix Notes/Warnings blocks' BG colour to improve its state.
This commit is contained in:
James Turnbull 2014-04-28 23:09:13 -04:00
commit 548cadd0a2

View file

@ -61,7 +61,7 @@ h6,
font-size: 1em;
}
#content blockquote {
background: #f2f2f2;
background: #fff;
border-left-color: #ccc;
}
#content blockquote p {