Hi Italo, *,
On Wed, Jul 15, 2015 at 4:58 PM, Florian Effenberger
<floeff@documentfoundation.org> wrote:
I discovered three glitches in the blog:
I'll add another two
Problematic: stylesheet fetched via http and thus blocked by recent
browsers (this might have been the problem with firefox maybe, as the
css affected is the one that loads the googlefonts)
<link href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:400,700"
rel="stylesheet" type="text/css">
it should use the protocol-adjusting URL instead ( //fonts..... i.e.
omit the http: part):
<link href="//fonts.googleapis.com/css?family=Open+Sans+Condensed:400,700"
rel="stylesheet" type="text/css">
Not so problematic, as it is an image: the logo is loaded from your
domain, and also via http only. Your domain doesn't support https
(well it does, but uses a non-matching certificate) → replace with
//blog.documentfoundation.org/wp-content/uploads/2015/02/tdflogo.png
similar for the donate-badge - it's linked in via http (and using
vm161 domainname) → change to
//blog.documentfoundation.org/wp-content/uploads/2015/06/donatenow.png
ciao
Christian
--
To unsubscribe e-mail to: website+unsubscribe@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/website/
All messages sent to this list will be publicly archived and cannot be deleted
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.