704
705
706
707
708
709
710
711
712
713
714
715
716
717
|
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
|
+
+
+
+
+
+
|
background-color: #c0c0ff;
text-decoration: none;
font-weight: bold;
}
body.tkt div.content li > table.udiff {
margin-left: 1.5em;
margin-top: 0.5em;
}
body.tkt div.content ol.tkt-changes > li:target > p > span {
border-bottom: 3px solid gold;
}
body.tkt div.content ol.tkt-changes > li:target > ol {
border-left: 1px solid gold;
}
span.modpending {
color: #b03800;
font-style: italic;
}
pre.th1result {
|