Re: [fossil-users] [PATCH] Tag in HTML generated fromMarkdown

Fri, 26 Sep 2014 15:38:49 -0700

On 9/23/2014 01:26, Joe Mistachkin wrote:

Joe Mistachkin wrote:

Ok.  There is now a prototype of these changes here:

        https://www.fossil-scm.org/index.html/timeline?r=markdownDivWrapper

Additional comments are welcome.


Are there any objections to merging this change to trunk?

Thank you for applying this.

For what it's worth, here are the customizations I made to the khaki skin. Maybe it would be worth incorporating them into the upstream copy?

/* Markdown tables */
div.markdown table {
  border: 1px solid #995;
  border-collapse: collapse;
  margin-left: 3em;
}

div.markdown th {
  background-color: #e5dcaa;
  text-align: left;
  padding: 2px 10px;
}

div.markdown td {
  background-color: #f2e8b3;
  border: 1px solid #995;
  padding: 2px 10px;
}

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to