diff options
author | Cash Costello <cash.costello@gmail.com> | 2011-12-15 20:07:48 -0500 |
---|---|---|
committer | Cash Costello <cash.costello@gmail.com> | 2011-12-15 20:07:48 -0500 |
commit | 580cd62f0a4fac5dba37a8a152afaecd99e8c767 (patch) | |
tree | ad71f414174ffe91536ecb9875377ce2682b53fc /models/openid-php-openid-782224d/examples/server/openid-server.css | |
parent | d9bf22a0e29c2a70049443a0ae8521a2c0492c8b (diff) | |
download | elgg-580cd62f0a4fac5dba37a8a152afaecd99e8c767.tar.gz elgg-580cd62f0a4fac5dba37a8a152afaecd99e8c767.tar.bz2 |
removed old libraries - depends on openid_api now
Diffstat (limited to 'models/openid-php-openid-782224d/examples/server/openid-server.css')
-rw-r--r-- | models/openid-php-openid-782224d/examples/server/openid-server.css | 74 |
1 files changed, 0 insertions, 74 deletions
diff --git a/models/openid-php-openid-782224d/examples/server/openid-server.css b/models/openid-php-openid-782224d/examples/server/openid-server.css deleted file mode 100644 index 311d556a2..000000000 --- a/models/openid-php-openid-782224d/examples/server/openid-server.css +++ /dev/null @@ -1,74 +0,0 @@ -body { - padding: 0; - margin: 0; -} - -#content { - padding: 0.5em; - max-width: 50em; -} - -ul.error { - background: #ffaaaa; - border: 1px solid #ff0000; - padding: 0.5em; - padding-left: 1.5em; -} - -.login th { - text-align: left; -} - -div.form { - border: thin solid #777777; - background: #dddddd; - padding: 0.5em; - margin-top: 1em; -} - -div.navigation { - border-bottom: thin solid #cccccc; - background: #eeeeee; - font-size: smaller; - padding: 0.5em; -} - -div.navigation h2 { - margin-top: 0; -} - -div.navigation p { - margin: 0; -} - -div.navigation ul { - margin: 0; -} - -div.login p { - margin-top: 0; -} - -h1 { - margin-top: 0; -} - -pre { - padding: 1em; - border: 1px solid black; - background: #ffeebb; -} - -#checkup { - background: url('http://openid.net/favicon.ico') no-repeat; - padding-left: 16px; -} - -th { - text-align: left; -} - -table { - border-collapse: collapse; - margin-bottom: 1em; -}
\ No newline at end of file |