Browse Source

give 'li code' the same styles as 'p code'

pull/1/head
Brett Langdon 11 years ago
parent
commit
e74f6b0e7c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      contents/css/main.css

+ 1
- 1
contents/css/main.css View File

@ -317,7 +317,7 @@ pre code {
line-height: 1.1;
}
p code {
p code, li code {
padding: 0.1em 0.3em 0.2em;
border-radius: 0.3em;
position: relative;


Loading…
Cancel
Save