Skip to content

Commit f481f4a

Browse files
authored
Merge pull request #33 from rdela/rdela-github-updated
fix broken code + tt padding css in github-updated.css
2 parents 9f899c1 + 457f1ce commit f481f4a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

github-updated.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,9 +515,7 @@ code, tt {
515515
border-radius: 3px;
516516
font-size: 85%;
517517
margin: 0;
518-
padding-bottom: .2em;
519-
padding-top: .2em;
520-
padding: .4 .2;
518+
padding: .2em .4em;
521519
}
522520

523521
code::before, code::after {

0 commit comments

Comments
 (0)