Add basica styling for include code blocks in rich text

This commit is contained in:
Tom Hughes 2013-05-14 08:40:48 +01:00
parent 9aa029af7a
commit eeadb9e202

View file

@ -1590,6 +1590,12 @@ a.button.submit {
font-size: 14px;
}
code {
font-size: 13px;
background: #e8e8e8;
padding: 2px 3px;
}
img {
padding: 20px;
background-color: #f4f4ff;