Commit b1ec35b886c6e4cdfe3f0e3d8fa933c095ddec41

Authored by nbm
1 parent 6e4087c4

Make primary category bold


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3855 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/stylesheet.php
... ... @@ -388,3 +388,7 @@ p.breadcrumbs {
388 388 background-color: #88aacc;
389 389 }
390 390  
  391 +p.breadcrumbs .primary{
  392 + font-weight: bold;
  393 +}
  394 +
... ...