font-weight: bold;
}
-#changes-list td[data-stub-value =
-'version'] {
+#changes-list td {
vertical-align: text-top;
}
-#changes-list *[data-stub-value =
-'date'], #changes-list *[data-stub-value = 'author'] {
- font-size: 11px;
+#changes-list *[data-stub-value = 'description'] {
+ font-size: .8em;
+ color: gray;
+ white-space: pre-line;
+}
+
+#changes-list *[data-stub-value = 'published'] {
+ font-size: .7em;
color: gray;
}
.diff_mark_changed {
background-color: yellow;
-}
\ No newline at end of file
+}