diff options
author | friendica <info@friendica.com> | 2012-03-24 02:32:15 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-24 02:32:15 -0700 |
commit | 72c2386edfecaa56742622464d0c3f4c953700da (patch) | |
tree | ee09b04efef02f558c7ca57b099fc7cfebd348d1 | |
parent | db5ec588631fe2a50eecb193c8ffdd65283254a4 (diff) | |
parent | 8451b22d42d913d5f03b3598ed5772580844ac55 (diff) | |
download | volse-hubzilla-72c2386edfecaa56742622464d0c3f4c953700da.tar.gz volse-hubzilla-72c2386edfecaa56742622464d0c3f4c953700da.tar.bz2 volse-hubzilla-72c2386edfecaa56742622464d0c3f4c953700da.zip |
Merge branch 'pull'
-rwxr-xr-x | view/theme/diabook-blue/communityhome.tpl | 2 | ||||
-rw-r--r-- | view/theme/diabook-blue/fpostit/fpostit.php | 2 | ||||
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 2 | ||||
-rw-r--r-- | view/theme/diabook/fpostit/fpostit.php | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/diabook-blue/communityhome.tpl b/view/theme/diabook-blue/communityhome.tpl index 13e8271bd..2a704c9fa 100755 --- a/view/theme/diabook-blue/communityhome.tpl +++ b/view/theme/diabook-blue/communityhome.tpl @@ -7,7 +7,7 @@ {{ if $lastusers_title }} <h3>Connectable Services</h3> -<div id="right_service_icons" style="margin-left: 10px; margin-top: 5px;"> +<div id="right_service_icons" style="margin-left: 11px; margin-top: 5px;"> <a href="$url/facebook"><img alt="Facebook" src="view/theme/diabook-blue/icons/facebook.png" title="Facebook"></a> <a href="$url/settings/connectors"><img alt="StatusNet" src="view/theme/diabook-blue/icons/StatusNet.png?" title="StatusNet"></a> <a href="$url/settings/connectors"><img alt="LiveJournal" src="view/theme/diabook-blue/icons/livejournal.png?" title="LiveJournal"></a> diff --git a/view/theme/diabook-blue/fpostit/fpostit.php b/view/theme/diabook-blue/fpostit/fpostit.php index acf77a6c8..65c43a2b9 100644 --- a/view/theme/diabook-blue/fpostit/fpostit.php +++ b/view/theme/diabook-blue/fpostit/fpostit.php @@ -21,7 +21,7 @@ if (($_POST["friendika_acct_name"] != '') && ($_POST["friendika_password"] != '' } .wrap1 { padding: 2px 5px; - background-color: #729FCF; + background-color: #000; margin-bottom: 10px; } .wrap2 { diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 34f8ab066..78b80ab3b 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -7,7 +7,7 @@ {{ if $lastusers_title }} <h3>Connectable Services</h3> -<div id="right_service_icons" style="margin-left: 10px; margin-top: 5px;"> +<div id="right_service_icons" style="margin-left: 11px; margin-top: 5px;"> <a href="$url/facebook"><img alt="Facebook" src="view/theme/diabook/icons/facebook.png" title="Facebook"></a> <a href="$url/settings/connectors"><img alt="StatusNet" src="view/theme/diabook/icons/StatusNet.png?" title="StatusNet"></a> <a href="$url/settings/connectors"><img alt="LiveJournal" src="view/theme/diabook/icons/livejournal.png?" title="LiveJournal"></a> diff --git a/view/theme/diabook/fpostit/fpostit.php b/view/theme/diabook/fpostit/fpostit.php index acf77a6c8..65c43a2b9 100644 --- a/view/theme/diabook/fpostit/fpostit.php +++ b/view/theme/diabook/fpostit/fpostit.php @@ -21,7 +21,7 @@ if (($_POST["friendika_acct_name"] != '') && ($_POST["friendika_password"] != '' } .wrap1 { padding: 2px 5px; - background-color: #729FCF; + background-color: #000; margin-bottom: 10px; } .wrap2 { |