mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
Merge remote-tracking branch 'origin/master' into philip/kale
This commit is contained in:
commit
35e63f2051
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f0e4a88d79980bbbe49776f76e8212ed15c87c9cf068903f7cfbb7bf1e4244d
|
||||
size 10059881
|
||||
oid sha256:e74db52174c893fe6982ac4c20d12078dbab7fc9360d7248ca205ea1556555ad
|
||||
size 10131981
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d77f1b019165a2efee9109206b608961a9eede56cf99cf791ac928d795c506aa
|
||||
size 5026254
|
||||
oid sha256:d65910e769131b62d6df9e24de97ff4cf806e4782b59254a55bcec815a7601df
|
||||
size 5100616
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:166c9cb6e57c1a063d1f0df5a26940b64976bb31789ceeb1b26d029f466b630e
|
||||
size 12567624
|
||||
oid sha256:ebb95d1d0e8dd96c51fb6c25b2901fccb1186deb09a96b3bf520158f499ed6c1
|
||||
size 12644051
|
||||
|
@ -374,6 +374,9 @@
|
||||
#topborder {
|
||||
border-top: 3px #fff solid;
|
||||
}
|
||||
#ship-name {
|
||||
font-family: 'Source Code Pro', monospace, sans-serif;
|
||||
}
|
||||
h1 {
|
||||
line-height: 77px;
|
||||
font-size: 64px;
|
||||
@ -425,7 +428,7 @@
|
||||
;div#main
|
||||
;div#inner
|
||||
;h1#topborder:"Welcome"
|
||||
;h1:"{(scow %p our)}"
|
||||
;h1#ship-name:"{(scow %p our)}"
|
||||
;form(action "/~/login", method "post", enctype "application/x-www-form-urlencoded")
|
||||
;input(type "password", name "password", placeholder "passcode", autofocus "true");
|
||||
;input(type "hidden", name "redirect", value redirect-str);
|
||||
|
Loading…
Reference in New Issue
Block a user