[BACK]Return to html.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/html.c between version 1.198 and 1.200

version 1.198, 2017/01/19 15:27:34 version 1.200, 2017/01/21 02:29:57
Line 75  static const struct htmldata htmltags[TAG_MAX] = {
Line 75  static const struct htmldata htmltags[TAG_MAX] = {
         {"dl",          HTML_NLALL | HTML_INDENT},          {"dl",          HTML_NLALL | HTML_INDENT},
         {"dt",          HTML_NLAROUND},          {"dt",          HTML_NLAROUND},
         {"dd",          HTML_NLAROUND | HTML_INDENT},          {"dd",          HTML_NLAROUND | HTML_INDENT},
         {"blockquote",  HTML_NLALL | HTML_INDENT},  
         {"pre",         HTML_NLALL | HTML_NOINDENT},          {"pre",         HTML_NLALL | HTML_NOINDENT},
         {"b",           0},          {"b",           0},
         {"i",           0},          {"i",           0},
Line 177  print_gen_head(struct html *h)
Line 176  print_gen_head(struct html *h)
         print_text(h, "td.head-rtitle, td.foot-os { text-align: right; }");          print_text(h, "td.head-rtitle, td.foot-os { text-align: right; }");
         print_endline(h);          print_endline(h);
         print_text(h, "td.head-vol { text-align: center; }");          print_text(h, "td.head-vol { text-align: center; }");
         print_endline(h);  
         print_text(h, "table.foot td { width: 50%; }");  
         print_endline(h);  
         print_text(h, "table.head td { width: 33%; }");  
         print_endline(h);          print_endline(h);
         print_text(h, "div.Pp { margin: 1ex 0ex; }");          print_text(h, "div.Pp { margin: 1ex 0ex; }");
         print_tagq(h, t);          print_tagq(h, t);

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.200

CVSweb