diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-04-01 09:55:01 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-04-01 09:55:01 -0300 |
commit | 0e4f6e51a6af43b9440ad17881c9ce136be4f924 (patch) | |
tree | e3aa20a3b4bd996de63ad24a70c1454a40e369c7 /web-ui/app/index.html | |
parent | 774e6fa6a0d1d62b1ebd6ded059966fd229d9c19 (diff) |
Attempting to fix the fact that the logo is not displayed correctly on try/dev/staging
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r-- | web-ui/app/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html index 47116eb5..503cdde6 100644 --- a/web-ui/app/index.html +++ b/web-ui/app/index.html @@ -39,7 +39,7 @@ <polygon fill="#3E3B38" points="444.1,376 459.5,376 459.5,427.7 474.2,427.7 474.2,376 489.6,376 489.6,363.1 444.1,363.1 "/> <polygon fill="#3E3B38" points="494.5,427.7 531.5,427.7 531.5,414.7 509.4,414.7 509.4,401.8 530.7,401.8 530.7,388.8 509.4,388.8 509.4,376 531.5,376 531.5,363.1 494.5,363.1 "/> - <path fill="#3E3B38" d="M553,363.1h-16.2v64.6H553c17.9,0,32.6-13.5,32.6-32.3C585.6,376.5,570.6,363.1,553,363.1z M553.5,414.5 + <path fill="#3E3b38" d="M553,363.1h-16.2v64.6H553c17.9,0,32.6-13.5,32.6-32.3C585.6,376.5,570.6,363.1,553,363.1z M553.5,414.5 h-2.2v-38.2h2.2c11,0,18.4,8.3,18.4,19.1C571.9,406.2,564.5,414.5,553.5,414.5z"/> </g> </svg> |