Improved the style for the labels in the context column.

This commit is contained in:
Loic d'Anterroches
2008-08-06 22:19:46 +02:00
parent 3b5251c1b4
commit a8699db268
5 changed files with 38 additions and 13 deletions

View File

@@ -188,6 +188,10 @@ a.label {
text-decoration: none;
}
.label {
color: #204a87;
}
span.nobrk {
white-space: nowrap;
}