diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-01 20:29:19 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-01 20:29:19 -0700 |
commit | 9b4ccb8f60090c34315ddfd59f118837444150bd (patch) | |
tree | 5e3742cee51dd0ef2e2845c25f93e0f573447535 | |
parent | 21736e1c6522bc7a113b001f16e26c6f35ba0f54 (diff) | |
download | volse-hubzilla-9b4ccb8f60090c34315ddfd59f118837444150bd.tar.gz volse-hubzilla-9b4ccb8f60090c34315ddfd59f118837444150bd.tar.bz2 volse-hubzilla-9b4ccb8f60090c34315ddfd59f118837444150bd.zip |
icon changes
-rw-r--r-- | favicon.gif | 0 | ||||
-rw-r--r-- | favicon.ico | 0 | ||||
-rw-r--r-- | silho.gif | bin | 79 -> 0 bytes | |||
-rw-r--r-- | silho.ico | bin | 1150 -> 0 bytes | |||
-rw-r--r-- | view/silho.gif | bin | 79 -> 0 bytes | |||
-rw-r--r-- | view/style.css | 10 |
6 files changed, 5 insertions, 5 deletions
diff --git a/favicon.gif b/favicon.gif deleted file mode 100644 index e69de29bb..000000000 --- a/favicon.gif +++ /dev/null diff --git a/favicon.ico b/favicon.ico deleted file mode 100644 index e69de29bb..000000000 --- a/favicon.ico +++ /dev/null diff --git a/silho.gif b/silho.gif Binary files differdeleted file mode 100644 index 048bdebc0..000000000 --- a/silho.gif +++ /dev/null diff --git a/silho.ico b/silho.ico Binary files differdeleted file mode 100644 index 0c4676073..000000000 --- a/silho.ico +++ /dev/null diff --git a/view/silho.gif b/view/silho.gif Binary files differdeleted file mode 100644 index 048bdebc0..000000000 --- a/view/silho.gif +++ /dev/null diff --git a/view/style.css b/view/style.css index cd1548451..2c68839f7 100644 --- a/view/style.css +++ b/view/style.css @@ -151,11 +151,11 @@ footer { input#dfrn-url { float: left; - background: url(silho.gif) no-repeat; - background-position: 4px center; - font-size: 15px; - padding-left: 24px; - height: 24px; + background: url(dfrn.gif) no-repeat; + background-position: 2px center; + font-size: 17px; + padding-left: 21px; + height: 21px; background-color: #FFFFFF; color: #000000; margin-bottom: 20px; |