diff mercurial/templates/static/style-paper.css @ 35094:38fe3fe4bbb6

hgweb: show instabilities of a commit In paper, coal, gitweb and monoblue a new "tag" (or multiple, if there are many instabilities) is added to the same line that has phase, branch, etc of a changeset; in gitweb and monoblue this element has a light red background, in paper and coal the element is black and underlined. In spartan theme instabilities are shown on a separate line. While test-obsolete.t uses first(phasedivergent()) revset to pick a changeset to test, that particular changeset is also an orphan, so two different instability tags are displayed.
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 19 Nov 2017 14:02:50 +0800
parents 69ea10d5b00c
children 34de38f996b9
line wrap: on
line diff
--- a/mercurial/templates/static/style-paper.css	Sun Nov 19 13:18:54 2017 +0800
+++ b/mercurial/templates/static/style-paper.css	Sun Nov 19 14:02:50 2017 +0800
@@ -155,6 +155,15 @@
   vertical-align: baseline;
 }
 
+.instability {
+  color: #000;
+  font-size: 70%;
+  border-bottom: 1px solid #000;
+  font-weight: normal;
+  margin-left: .5em;
+  vertical-align: baseline;
+}
+
 .tag {
   color: #999;
   font-size: 70%;