2015.01.20 21:27, Marcus rašė:
What about to delete the line above the top news headline and to delete the gray background color? Then the headline is standing above the nav bar and - from an optical point of view - it's more space for it and to the logo/text.

See "ooo.css", line 87:

#announce {
  height: 24pt;
- border-top: 1px solid #c6cbdd;
- margin: 0 0 0 0;
+ margin: 0px 0px 5px 0px
- background-color: #fbfcfd;
  padding: 0 0 0 0;
  color: black;
  font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size:18pt;
  text-align: center;
  font-weight: bold;
  clear: both;
}

Done.

In this case it would be "exception.css", line 300:

- .additionalinformation { float: right; width: 21%; white-space: nowrap; clear: none; }

+ .additionalinformation { float: right; width: 21%; margin-top: -18px; white-space: nowrap; clear: none; }

Done.

What I did (thanks to Csaba's help):
"http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/lt/index.html?annotate=1648077&diff_format=h&sortby=date&pathrev=1653170#l120";

And also here a solution in the "home.css" would be better.

I can give it a try, but, please, instruct me how to do it.

Regards,
Aivaras


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to