mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-04 13:30:48 +00:00
Comprehensively update user manual and contributor guide, add Adam to core team
This commit is contained in:
parent
9eb544df74
commit
93a60daa24
76 changed files with 932 additions and 686 deletions
|
@ -13,35 +13,31 @@
|
|||
#core-team {
|
||||
background-color: var(--color-parchment);
|
||||
|
||||
h2 {
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
h2 + p {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-top: 4px;
|
||||
opacity: 0.75;
|
||||
}
|
||||
|
||||
h2 + p + p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.emoji {
|
||||
vertical-align: middle;
|
||||
font-size: 1.5em;
|
||||
margin-left: 0.25em;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.block {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: Min(100%, 480px);
|
||||
img {
|
||||
max-width: Min(100%, 320px);
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
|
||||
.handle {
|
||||
margin: 0 0.4em;
|
||||
font-size: 0.5em;
|
||||
font-style: italic;
|
||||
vertical-align: middle;
|
||||
color: var(--color-slate);
|
||||
}
|
||||
|
||||
.emoji {
|
||||
font-size: 0.8em;
|
||||
vertical-align: middle;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue