829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
|
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
|
-
+
-
+
|
"The check-in comment text in Compact mode",
@ cursor: pointer;
},
{ "span.timelineEllipsis",
"The ellipsis mark at the end of a compact comment in a timeline",
@ cursor: pointer;
},
{ ".timelineNormalCell, .timelineColumnarCell, .timelineDetailCell",
{ ".timelineModernCell, .timelineColumnarCell, .timelineDetailCell",
"The entry details for a normal timeline",
@ vertical-align: top;
@ text-align: left;
@ padding: 0.75em;
@ border: 1px #ccc solid;
@ border-radius: 1em;
},
{ ".timelineNormalDetail",
{ ".timelineModernDetail",
"Detail text for a normal timeline display",
@ font-size: 80%;
@ text-align: right;
@ float: right;
@ opacity: 0.75;
@ margin-top: 0.5em;
},
|