1. Made changes to the styling of text for the sparklines. Made them more amenable to IE's whims.

This commit is contained in:
cdtank 2010-09-15 20:46:08 +00:00
parent 62761c9542
commit 571182b98e
3 changed files with 13 additions and 3 deletions

View file

@ -578,7 +578,7 @@ public class CoAuthorshipVisCodeGenerator {
VisualizationController.URL_ENCODING_SCHEME).toString();
fullTimelineLink = "<a href='" + fullTimelineNetworkURL
+ "'>View full timeline and co-author network</a><br />";
+ "'>View full timeline and co-author network.</a>";
sparklineData.setFullTimelineNetworkLink(fullTimelineNetworkURL);

View file

@ -588,7 +588,7 @@ public class PersonPublicationCountVisCodeGenerator {
VisualizationController.URL_ENCODING_SCHEME).toString();
fullTimelineLink = "<a href='" + fullTimelineNetworkURL + "'>View all VIVO "
+ "publications and corresponding co-author network</a>.<br />";
+ "publications and corresponding co-author network.</a>";
sparklineData.setFullTimelineNetworkLink(fullTimelineNetworkURL);