Rewrite Getting Started; move GS to Intro

This commit is contained in:
Matthew Holt 2022-09-16 17:17:17 -06:00
commit 371663688c
148 changed files with 19931 additions and 0 deletions

View file

@ -0,0 +1,13 @@
input[name=path] {
font-size: 14px;
padding: 4px;
border-radius: 4px;
width: auto;
/* max-width: 450px; */
max-width: none;
}
a.disabled {
color: #aaa;
cursor: not-allowed;
}