Incremented line-height on <pre> elements

This commit is contained in:
Samuel Gordalina 2012-07-13 17:52:52 +01:00 committed by William DURAND
parent da12c85ddc
commit 1c4ed7902d

View File

@ -222,6 +222,7 @@ pre {
padding: 10px;
border: 1px solid #e5e0c6;
margin-bottom: 15px;
line-height:1.2em;
}
pre code {
line-height: 1.6em;