User: markomlm Date: 05/11/04 04:00:57 Modified: /de/www/styles/ inst_de_test.css
Log: test Navigationshilfe M. Moeller File Changes: Directory: /de/www/styles/ ========================== File [changed]: inst_de_test.css Url: http://de.openoffice.org/source/browse/de/www/styles/inst_de_test.css?r1=1.1&r2=1.2 Delta lines: +13 -1 -------------------- --- inst_de_test.css 4 Nov 2005 11:32:54 -0000 1.1 +++ inst_de_test.css 4 Nov 2005 12:00:55 -0000 1.2 @@ -4,7 +4,7 @@ all derived from the main project home page DomainHome.css in the style dir Basicly you can find standard tags first, f ollowed by classed, and then more specific ======= -/* $Id: inst_de_test.css,v 1.1 2005/11/04 11:32:54 markomlm Exp $ +/* $Id: inst_de_test.css,v 1.2 2005/11/04 12:00:55 markomlm Exp $ This file contains rules that extend or override the more basic formatting defined in tigris.css. Edit it to customize the look of applications using tigris.css (instances). @@ -17,7 +17,8 @@ */ /*-------------------- Exceptions on standard css -----------------------*/ -#projecttools { +/* Standard Header Navigation ausschalten */ +#breadcrumbs { display: none; } @@ -34,6 +35,17 @@ margin: 0px; width: 100%; } +/*--------------------------- breadcrumbs2 2---------------------------*/ +#breadcrumbs2 { + text-align: left; + /* compensate margin set for contextualinformation */ + background: none; + margin-top: 4px; + border: none 0px; + width: auto; + float: left; +} + /*--------------------------- NavBar 2---------------------------*/ /* modify the toptabs2 - want one single line without additional spacing*/ #toptabs2 { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
