Removed background of <code> elements.

This commit is contained in:
Camilla Berglund 2014-02-13 15:20:12 +01:00
parent bf389f7183
commit a75c457620

View File

@ -306,7 +306,5 @@ span.stringliteral {
} }
code { code {
background-color:hsl(0,0%,95%);
padding:0.1em; padding:0.1em;
border-radius: 4px;
} }