Merge pull request #4702 from goobertron/new_logos
Updated image branding (issue #4444)
|
|
@ -4,6 +4,8 @@
|
|||
* Drop number of followers from tags page [#4717](https://github.com/diaspora/diaspora/issues/4717)
|
||||
* Remove some unused beta code [#4738](https://github.com/diaspora/diaspora/issues/4738)
|
||||
* Style improvements for SPV, use original author's avatar for reshares [#4754](https://github.com/diaspora/diaspora/issue/4754)
|
||||
* Update image branding to the new decided standard [#4702](https://github.com/diaspora/diaspora/pull/4702)
|
||||
|
||||
|
||||
## Bug fixes
|
||||
* Improve time agos by updating the plugin [#4280](https://github.com/diaspora/diaspora/issues/4280)
|
||||
|
|
|
|||
BIN
app/assets/images/branding/logo.png
Normal file
|
After Width: | Height: | Size: 4.1 KiB |
|
Before Width: | Height: | Size: 1.7 KiB |
BIN
app/assets/images/branding/logo_small.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
app/assets/images/branding/logo_white.png
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
app/assets/images/branding/logo_white2x.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
app/assets/images/branding/logo_white4x.png
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 801 B |
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.9 KiB |
|
Before Width: | Height: | Size: 1,014 B After Width: | Height: | Size: 3.5 KiB |
|
|
@ -28,7 +28,7 @@
|
|||
<table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:14px;color:#333;">
|
||||
<tr>
|
||||
<td style="text-align:center;padding:30px;">
|
||||
<img src="<%=AppConfig.pod_uri.to_s %>assets/branding/logo_caps.png" alt="diaspora*" width="95px" height="14px"/>
|
||||
<img src="<%=AppConfig.pod_uri.to_s %>assets/branding/logo_small.png" alt="diaspora*" width="59px" height="14px"/>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||