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

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

version 1.197, 2017/01/19 01:00:14 version 1.198, 2017/01/19 15:27:34
Line 182  print_gen_head(struct html *h)
Line 182  print_gen_head(struct html *h)
         print_endline(h);          print_endline(h);
         print_text(h, "table.head td { width: 33%; }");          print_text(h, "table.head td { width: 33%; }");
         print_endline(h);          print_endline(h);
         print_text(h, "div.spacer { margin: 1em 0; }");          print_text(h, "div.Pp { margin: 1ex 0ex; }");
         print_tagq(h, t);          print_tagq(h, t);
   
         if (h->style)          if (h->style)
Line 769  print_paragraph(struct html *h)
Line 769  print_paragraph(struct html *h)
 {  {
         struct tag      *t;          struct tag      *t;
   
         t = print_otag(h, TAG_DIV, "c", "spacer");          t = print_otag(h, TAG_DIV, "c", "Pp");
         print_tagq(h, t);          print_tagq(h, t);
 }  }
   

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

CVSweb