Skip to content

Commit

Permalink
Merge pull request #191 from mikepmunroe/add-li-code-style
Browse files Browse the repository at this point in the history
add styles for code that is inline within a list item
  • Loading branch information
caridy committed Dec 6, 2013
2 parents eb290d1 + 75507bf commit 3578371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion themes/default/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ code, kbd, pre, samp {
line-height: 1.35;
}

p code, p kbd, p samp {
p code, p kbd, p samp, li code {
background: #FCFBFA;
border: 1px solid #EFEEED;
padding: 0 3px;
Expand Down
2 changes: 1 addition & 1 deletion themes/simple/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ code, kbd, pre, samp {
line-height: 1.35;
}

p code, p kbd, p samp {
p code, p kbd, p samp, li code {
background: #FCFBFA;
border: 1px solid #EFEEED;
padding: 0 3px;
Expand Down

0 comments on commit 3578371

Please sign in to comment.