diff options
author | Friendika <info@friendika.com> | 2010-11-17 21:06:40 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-17 21:06:40 -0800 |
commit | 6516de06df6bd3c52665eb3f0fc9d31095541915 (patch) | |
tree | 88f583be71f2518e81b3d8484ad547fd8557068a | |
parent | 90b601c3dd037c698621a030c57e4e42162b085f (diff) | |
download | volse-hubzilla-6516de06df6bd3c52665eb3f0fc9d31095541915.tar.gz volse-hubzilla-6516de06df6bd3c52665eb3f0fc9d31095541915.tar.bz2 volse-hubzilla-6516de06df6bd3c52665eb3f0fc9d31095541915.zip |
minor style nit
-rw-r--r-- | view/theme/default/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index de5c19ee3..bd2e41849 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -507,7 +507,6 @@ input#dfrn-url { #theme-select, #settings-password, #settings-confirm, -#settings-openid, #notify1, #notify2, #notify3, @@ -517,6 +516,14 @@ input#dfrn-url { margin-bottom: 20px; } +#settings-openid { + float: left; + margin-bottom: 20px; + width: 127px; +} + + + #settings-theme-label, #settings-defloc-label { margin-top: 20px; |