Merge remote-tracking branch 'galen/login-page' into pending

added pill
This commit is contained in:
Philip C Monk 2015-11-09 14:11:33 -05:00
commit e108f44b86
2 changed files with 15 additions and 1 deletions

View File

@ -453,6 +453,7 @@
;span#ship(contenteditable "");
==
;input#pass(type "password");
;h2.advice: (Your login code has been printed to your console.)
;pre:code#err;
;script@"/~/at/~/auth.js";
;script:'''

View File

@ -110,9 +110,13 @@ code,
left: 50%;
}
h1,
h2 {
font-weight: 500;
}
h1 {
font-size: 1.6rem;
font-weight: 500;
}
h1:after {
@ -120,6 +124,15 @@ h1:after {
margin-left: 1rem;
}
h2 {
font-size: 1rem;
}
h2.advice {
margin-top: 2rem;
color: #555;
}
#c pre {
font-size: .6rem;
margin-top: 2rem;