Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index


Hi Flo, Volker, *,

On Tue, Nov 23, 2010 at 2:43 PM, Volker Merschmann <merschmann@gmail.com> wrote:
2010/11/23 Florian Effenberger <floeff@documentfoundation.org>:
I just wanted to print out http://www.documentfoundation.org/contact/
At least using Firefox, the tabs on the top of the page look really
strange... can someone confirm?

I can confirm with Firefox on Windows. Nowadays most Websites are not
suitable for printing.

In this case, the problem is that it tries to be suitable for printing
- it includes a dedicated stylesheet for printing - but that one is
buggy...

It doesn't account for the additional URL of the page-header. Probably
the author of the stylesheet at the time didn't think of the page's
main title to be changed into a URL, thus the homepage link
(http://www.documentfoundation.org/ overlaps with the navigation
heading

Second (minor) problem is that the horizontal space is not enough to
fit all menu items in the same line, FAQ is pushed to a seperate line.

So bottom line: The addition of the URL-targets for all URLs is to blame here.

/css/blueprint/print.css →
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
should either be disabled for div#header div#tagline a (or h1 a) or it
should add some spacing element as well to push the navbar further
down.

ciao
Christian

--
Unsubscribe instructions: E-mail to website+help@libreoffice.org
List archive: http://www.libreoffice.org/lists/website/
*** All posts to this list are publicly archived for eternity ***

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.