fix code highlithing in list

This commit is contained in:
Régis Hanol 2013-10-21 22:55:16 +02:00
parent 6adba747b9
commit 9aca8e14ba
2 changed files with 8 additions and 8 deletions

View File

@ -83,9 +83,9 @@ pre {
}
}
p > code {
margin: 0px 2px;
p > code, li > code {
margin: 0 2px;
padding: 2px 5px;
background-color: #f1f1ff;
border-radius: 3px 3px 3px 3px;
}
border-radius: 3px;
}

View File

@ -83,9 +83,9 @@ pre {
}
}
p > code {
margin: 0px 2px;
p > code, li > code {
margin: 0 2px;
padding: 2px 5px;
background-color: #f1f1ff;
border-radius: 3px 3px 3px 3px;
}
border-radius: 3px;
}