Fossil

Diff
Login

Diff

Differences From Artifact [a9accc70e6]:

To Artifact [3d3f83a727]:


630
631
632
633
634
635
636
637
638
639
640
641
642
643
644




645
646
647
648
649
650
651




652
653
654
655
656
657
658





659
}
table.label-value th {
  vertical-align: top;
  text-align: right;
  padding: 0.2ex 1ex;
}
table.forum_post {
  top-margin: 1ex;
  bottom-margin: 1ex;
  left-margin: 0;
  right-margin: 0;
  border-spacing: 0;
}
span.forum_author {
  color: #888;




}
span.forum_age {
  color: #888;
  font-size: 75%;
}
span.forum_buttons {
  font-size: 75%;




}
span.forum_npost {
  color: #888;
  font-size: 75%;
}
table.forumeditform td {
  vertical-align: top;





}







|
|
|
|




>
>
>
>



|


|
>
>
>
>







>
>
>
>
>

630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
}
table.label-value th {
  vertical-align: top;
  text-align: right;
  padding: 0.2ex 1ex;
}
table.forum_post {
  margin-top: 1ex;
  margin-bottom: 1ex;
  margin-left: 0;
  margin-right: 0;
  border-spacing: 0;
}
span.forum_author {
  color: #888;
  font-size: 75%;
}
span.forum_author::after {
  content: " | ";
}
span.forum_age {
  color: #888;
  font-size: 85%;
}
span.forum_buttons {
  font-size: 85%;
}
span.forum_buttons::before {
  color: #888;
  content: " | ";
}
span.forum_npost {
  color: #888;
  font-size: 75%;
}
table.forumeditform td {
  vertical-align: top;
  border-collapse: collapse;
  padding: 1px;
}
div.forum_body p {
  margin-top: 0;
}