diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-08 02:38:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-08 02:38:54 -0400 |
commit | 32a79523bbb4051a9a528a148a6db82e9fdd20d6 (patch) | |
tree | c97716fe77965112827e159aafe677fc88b606b2 /doc | |
parent | 541298e66892300f9d98d089c59b7ad837e49016 (diff) |
add gmail button
It uses the google profile openid url, which results in a nicer openid
than the o8/id url.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index 6832194b2..171a68474 100644 --- a/doc/style.css +++ b/doc/style.css @@ -440,7 +440,7 @@ li.L8 { list-style: upper-alpha; } float: left; } .openid_large_btn { - padding: 1em 1.5em; + padding: 1em 1.75em; border: 1px solid #DDD; margin: 3px; float: left; |