diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-09-06 18:13:14 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-09-06 19:06:03 +0200 |
commit | 8336454b039486bce55575c632c109d64df44d40 (patch) | |
tree | 6cf23c0b48eb8d0ddaa9fd6e1584f31aa5e1571a /default | |
parent | 822fc6b4b19388df666cdb28f7443101f1a1499b (diff) |
Sync default styling with ikiwiki 3.20150610.
Diffstat (limited to 'default')
-rw-r--r-- | default/style.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/default/style.css b/default/style.css index fe1eb90..f0846c0 100644 --- a/default/style.css +++ b/default/style.css @@ -465,40 +465,40 @@ li.L8 { list-style: upper-alpha; } display: none; } -/* openid selector */ -#openid_choice { +/* login selector */ +#login_choice { display: none; } -#openid_input_area { +#login_input_area { clear: both; padding: 10px; } -#openid_btns, #openid_btns br { +#login_btns, #login_btns br { clear: both; } -#openid_highlight { +#login_highlight { background-color: black; float: left; } -.openid_large_btn { +.login_large_btn { padding: 1em 1.5em; border: 1px solid #DDD; margin: 3px; float: left; } -.openid_small_btn { +.login_small_btn { padding: 4px 4px; border: 1px solid #DDD; margin: 3px; float: left; } -a.openid_large_btn:focus { +a.login_large_btn:focus { outline: none; } -a.openid_large_btn:focus { +a.login_large_btn:focus { outline-style: none; } -.openid_selected { +.login_selected { border: 4px solid #DDD; } |