mirror of
https://github.com/caddyserver/website.git
synced 2025-05-07 04:07:13 -04:00
Rewrite Getting Started; move GS to Intro
This commit is contained in:
commit
371663688c
148 changed files with 19931 additions and 0 deletions
13
src/resources/css/account/dashboard.css
Normal file
13
src/resources/css/account/dashboard.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue