remove unnecessary pre/code base CSS

This commit is contained in:
Jeff Atwood 2014-09-24 10:46:45 -07:00
parent b2c4cd8aa5
commit cef3cdff86
1 changed files with 1 additions and 6 deletions

View File

@ -133,13 +133,8 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
*/
p > code, li > code, pre > code {
margin: 0 2px;
padding: 2px 5px;
color: #333;
background: #f8f8f8;
border-radius: 3px;
}
pre > code {
display: block;
}
// removed some unnecessary styles here