mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Fix indentation style
This commit is contained in:
@@ -22,10 +22,9 @@ p, ol, ul, pre {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h2, h3, h4, h5, h6 {
|
h2, h3, h4, h5, h6 {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-bottom: 0.2em;
|
margin-bottom: 0.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#code-csp-warning {
|
#code-csp-warning {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
@@ -131,7 +130,7 @@ textarea:focus {
|
|||||||
p {
|
p {
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* don't space 2 paragraphs too far apart */
|
/* don't space 2 paragraphs too far apart */
|
||||||
p + p {
|
p + p {
|
||||||
margin-top: -0.8em;
|
margin-top: -0.8em;
|
||||||
|
|||||||
Reference in New Issue
Block a user