*) Added background color to marked words in snippets. See http://www.yacy-forum.de/viewtopic.php?t=2891 for discussion.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3080 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 18 years ago
parent 882ebf34fa
commit 4e37eb21ab

@ -159,6 +159,11 @@ div.ProgressBarFill {
color:#999999; color:#999999;
} }
.snippetLoaded strong {
background:#4070a0;
color:white;
}
.snippetError { .snippetError {
color:red; color:red;
} }

Loading…
Cancel
Save