mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 11:08:13 +08:00
Comprehensively update user manual and contributor guide, add Adam to core team
This commit is contained in:
@@ -381,6 +381,7 @@ p ~ :is(h1, h2, h3, h4, details summary, blockquote, .image-comparison, .video-b
|
||||
.video-embed + :is(p, .link, .button),
|
||||
p + p > .button,
|
||||
p + :is(.link, section),
|
||||
table td p ~ p,
|
||||
img + .link,
|
||||
article {
|
||||
margin-top: 20px;
|
||||
@@ -500,6 +501,10 @@ table {
|
||||
th:empty {
|
||||
border: none;
|
||||
}
|
||||
|
||||
:is(h1, h2, h3, h4, h5, h6) + & {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
ul,
|
||||
|
||||
Reference in New Issue
Block a user