Commit e9d147d41bd344dbca66ab4fdc38cf5c6b016146

Authored by nbm
1 parent 8830702b

Make the breadcrumbs stand out a bit more (temporary colours/style).


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3853 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/stylesheet.php
... ... @@ -382,4 +382,9 @@ table.prettysw > tbody > tr > td.compare {
382 382 color: red;
383 383 }
384 384  
  385 +p.breadcrumbs {
  386 + margin-top: 2px;
  387 + margin-left: 2px;
  388 + background-color: #88aacc;
  389 +}
385 390  
... ...