Fossil

Diff
Login

Differences From Artifact [6a7e5d35e9]:

To Artifact [daea7fcd08]:


234
235
236
237
238
239
240



241
242
243
244
245
246
247
div.columns > ul li:first-child {
  margin-top:0px;
}
.columns li {
  break-inside: avoid;
  page-break-inside: avoid;
}



.filetree {
  margin: 1em 0;
  line-height: 1.5;
}
.filetree > ul {
  display: inline-block;
}







>
>
>







234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
div.columns > ul li:first-child {
  margin-top:0px;
}
.columns li {
  break-inside: avoid;
  page-break-inside: avoid;
}
body.help .columns li {
  white-space: nowrap /* keep command name aliases from wrapping */;
}
.filetree {
  margin: 1em 0;
  line-height: 1.5;
}
.filetree > ul {
  display: inline-block;
}