Commit 2a323a2dbf413cdac8fc7014bccc853d9e00e6b2

Authored by Neil Blakey-Milner
1 parent 32f88acd

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,4 +382,9 @@ table.prettysw > tbody > tr > td.compare {
382 color: red; 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