Skip to content

Commit c828a53

Browse files
committed
Fix indentation style
1 parent 830aaa4 commit c828a53

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

extensions/markdown-language-features/media/markdown.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,9 @@ p, ol, ul, pre {
2222
}
2323

2424
h2, h3, h4, h5, h6 {
25-
font-weight: normal;
26-
margin-bottom: 0.2em;
25+
font-weight: normal;
26+
margin-bottom: 0.2em;
2727
}
28-
2928

3029
#code-csp-warning {
3130
position: fixed;
@@ -131,7 +130,7 @@ textarea:focus {
131130
p {
132131
margin-bottom: 1.5em;
133132
}
134-
133+
135134
/* don't space 2 paragraphs too far apart */
136135
p + p {
137136
margin-top: -0.8em;

0 commit comments

Comments
 (0)