diff --git a/LegendsViewer/Controls/HTML/HTMLPrinter.cs b/LegendsViewer/Controls/HTML/HTMLPrinter.cs index 31ee8e3..cc122df 100644 --- a/LegendsViewer/Controls/HTML/HTMLPrinter.cs +++ b/LegendsViewer/Controls/HTML/HTMLPrinter.cs @@ -233,7 +233,7 @@ protected string SkillToString(SkillDescription desc) + "' title='" + desc.Token + " | " + desc.Rank + " | " + desc.Points - + "'>" + desc.Name + ""; + + "'>" + desc.Rank + " "+ desc.Name + ""; } protected void PrintPopulations(List populations) diff --git a/LegendsViewer/Controls/HTML/Styles/legends.css b/LegendsViewer/Controls/HTML/Styles/legends.css index f6b960a..2c9dbe8 100644 --- a/LegendsViewer/Controls/HTML/Styles/legends.css +++ b/LegendsViewer/Controls/HTML/Styles/legends.css @@ -134,6 +134,7 @@ td { height: 20px; position: relative; overflow: hidden; + cursor: default; } .skills li:before { @@ -175,7 +176,7 @@ li.unkno:before { text-shadow: -1px 0 0 #000, 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000; } -.skills li:hover, li.unk, li.non {background-color: #ffffff;} +.skills li:hover, li.unk, li.non {opacity:0.8;} li.stn, li.pmp {background-color: #c0c0c0;} li.doc, li.msc {background-color: #c49e9f;} li.frm, li.mlk {background-color: #dab587;} diff --git a/LegendsViewer/Legends/Events.cs b/LegendsViewer/Legends/Events.cs index 0df82e7..27616ca 100644 --- a/LegendsViewer/Legends/Events.cs +++ b/LegendsViewer/Legends/Events.cs @@ -2505,7 +2505,7 @@ public override string Print(bool link = true, DwarfObject pov = null) switch (LinkType) { case HfEntityLinkType.Prisoner: - eventString += " was released from "; + eventString += " escaped from the prisons of "; break; case HfEntityLinkType.Slave: eventString += " fled from ";