diff options
author | Paolo Tacconi <p.tacconi@giunti.it> | 2015-10-19 10:51:33 +0200 |
---|---|---|
committer | Paolo Tacconi <p.tacconi@giunti.it> | 2015-10-19 10:51:33 +0200 |
commit | 8da8e02dc81d009c0c2637026f7bd598f2536fec (patch) | |
tree | f630bd7cb7b6ec53f3dc1192984973745ae018a4 | |
parent | 3e9b6a330d157ac8aa4831b57d33ec495345a9c7 (diff) | |
download | volse-hubzilla-8da8e02dc81d009c0c2637026f7bd598f2536fec.tar.gz volse-hubzilla-8da8e02dc81d009c0c2637026f7bd598f2536fec.tar.bz2 volse-hubzilla-8da8e02dc81d009c0c2637026f7bd598f2536fec.zip |
Replaced some old redmatrix branding
-rw-r--r-- | doc/README.md | 2 | ||||
-rw-r--r-- | images/hz-white-16.png | bin | 0 -> 384 bytes | |||
-rw-r--r-- | images/hz-white-32.png | bin | 0 -> 610 bytes | |||
-rw-r--r-- | images/hz-white-64.png | bin | 0 -> 874 bytes | |||
-rwxr-xr-x | view/tpl/email_notify_html.tpl | 2 |
5 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.md b/doc/README.md index 90585a906..09503efd7 100644 --- a/doc/README.md +++ b/doc/README.md @@ -5,7 +5,7 @@ Hubzilla ###Websites. Redefined. -![Hubzilla](images/ghash-32.png) +![Hubzilla](images/hz-32.png) **What are Hubs?** diff --git a/images/hz-white-16.png b/images/hz-white-16.png Binary files differnew file mode 100644 index 000000000..2f8f71c24 --- /dev/null +++ b/images/hz-white-16.png diff --git a/images/hz-white-32.png b/images/hz-white-32.png Binary files differnew file mode 100644 index 000000000..0549ca850 --- /dev/null +++ b/images/hz-white-32.png diff --git a/images/hz-white-64.png b/images/hz-white-64.png Binary files differnew file mode 100644 index 000000000..793a15789 --- /dev/null +++ b/images/hz-white-64.png diff --git a/view/tpl/email_notify_html.tpl b/view/tpl/email_notify_html.tpl index ae3e8c012..a2159c885 100755 --- a/view/tpl/email_notify_html.tpl +++ b/view/tpl/email_notify_html.tpl @@ -7,7 +7,7 @@ <body> <table style="border:1px solid #ccc; background-color: #FFFFFF; color: #000000;"> <tbody> - <tr><td colspan="2" style="background:#026D0D; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/ghash-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">{{$product}}</div><div style="clear: both;"></div></td></tr> + <tr><td colspan="2" style="background:#43488A; color:#FFFFFF; font-weight:bold; font-family:'lucida grande', tahoma, verdana,arial, sans-serif; padding: 4px 8px; vertical-align: middle; font-size:16px; letter-spacing: -0.03em; text-align: left;"><img style="width:32px;height:32px; float:left;" src='{{$siteurl}}/images/hz-white-32.png'><div style="padding:7px; margin-left: 5px; float:left; font-size:18px;letter-spacing:1px;">{{$product}}</div><div style="clear: both;"></div></td></tr> <tr><td style="padding-top:22px;" colspan="2">{{$preamble}}</td></tr> |