From 2a323a2dbf413cdac8fc7014bccc853d9e00e6b2 Mon Sep 17 00:00:00 2001 From: Neil Blakey-Milner Date: Tue, 18 Oct 2005 10:02:42 +0000 Subject: [PATCH] Make the breadcrumbs stand out a bit more (temporary colours/style). --- presentation/lookAndFeel/knowledgeTree/stylesheet.php | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/presentation/lookAndFeel/knowledgeTree/stylesheet.php b/presentation/lookAndFeel/knowledgeTree/stylesheet.php index 9f35918..5a0d9db 100644 --- a/presentation/lookAndFeel/knowledgeTree/stylesheet.php +++ b/presentation/lookAndFeel/knowledgeTree/stylesheet.php @@ -382,4 +382,9 @@ table.prettysw > tbody > tr > td.compare { color: red; } +p.breadcrumbs { + margin-top: 2px; + margin-left: 2px; + background-color: #88aacc; +} -- libgit2 0.21.4