Bug 275030, throw warning when queue skips item because of missing data. Make tooltips discoverable.

git-svn-id: svn://10.0.0.236/trunk@166849 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
psychoticwolf%carolina.rr.com
2004-12-18 07:48:29 +00:00
parent c68ba75c72
commit 68788d58fa
5 changed files with 27 additions and 13 deletions

View File

@@ -17,6 +17,7 @@ a:hover { color: #333; }
a:active { color: #000; }
#header a:visited { color: #039; }
#header a:hover { color: #333; }
#mBody li { padding-bottom: 0.5em; }

View File

@@ -194,4 +194,9 @@
padding-left: 10px;
font-size: 8pt;
color: #333;
}
.tooltip {
cursor: help;
border-bottom: 1px dotted;
}