Hi Florian, *,

On Wed, Nov 24, 2010 at 10:06 AM, Florian Effenberger
<flo...@documentfoundation.org> wrote:
> Christian Lohmaier wrote on 2010-11-23 14.58:
>> [...]
> thanks for investigating! Can this easily be done?

debugging print style css is kind of annoying task - but I added some
rules that should render it better now. I removed the links from the
header area (also from the navigation tabs), and don't force their
size to 100px, so that they have a chance to fit on one single line,
also tweaked other stuff like margins/padding to make it render a
little more space-efficiently.

I added these statements:

div#header a:after {
  content: "";
}
ul#nav {
  font-size: 80%;
  float: right;
  width: 100%;
  min-width: 0;
}
ul#nav li a {
  width: auto;
  height: auto;
  margin-left: 1em;
}
div#container {
  width: 100%;
}
div#container > h2:first-child {
  margin-top: 0.6em;
  padding-top: 0;
}


> Interestingly, from time to time, when connecting through UMTS, I see the
> same page error...

Then that browser for some reason prefers to render the page with the
"print" output selection, rather than the default "screen" type...

ciao
Christian

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

Reply via email to