[jboss-cvs] jboss-seam/examples/wiki/view/themes/default/css ...

Christian Bauer christian at hibernate.org
Mon Sep 3 06:36:22 EDT 2007


  User: cbauer  
  Date: 07/09/03 06:36:22

  Modified:    examples/wiki/view/themes/default/css   template.css
  Removed:     examples/wiki/view/themes/default/css   breadcrumb.css
  Log:
  Breadcrumb always visible
  
  Revision  Changes    Path
  1.39      +34 -0     jboss-seam/examples/wiki/view/themes/default/css/template.css
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.css
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/themes/default/css/template.css,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -b -r1.38 -r1.39
  --- template.css	2 Sep 2007 09:39:44 -0000	1.38
  +++ template.css	3 Sep 2007 10:36:22 -0000	1.39
  @@ -1117,3 +1117,37 @@
   
   .pluginPreferencesEditorPropertyInput {
   }
  +
  +
  +/* Breadcrumb
  +----------------------------------------------- */
  +
  +#breadcrumb .breadcrumbRoot {
  +    display: none;
  +}
  +
  +#breadcrumb {
  +	text-align: left;
  +	font-size: 75%;
  +	font-weight: bold;
  +}
  +
  +#breadcrumb .itemLink{
  +	color: #C7B299;
  +	text-decoration: none;
  +	padding-left: 2px;
  +	padding-right: 2px;
  +}
  +
  +#breadcrumb .itemSeparator {
  +	font-size: 100%;
  +    padding-left: 5px;
  +    padding-right: 5px;
  +}
  +
  +#breadcrumb .itemText {
  +    color: #fff;
  +    text-decoration: none;
  +    padding-left: 2px;
  +    padding-right: 2px;
  +}
  \ No newline at end of file
  
  
  



More information about the jboss-cvs-commits mailing list