From e9d147d41bd344dbca66ab4fdc38cf5c6b016146 Mon Sep 17 00:00:00 2001 From: nbm 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