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

Diff for /mandoc/html.c between version 1.167 and 1.168

version 1.167, 2014/09/27 09:05:57 version 1.168, 2014/09/27 09:13:39
Line 197  print_gen_head(struct html *h)
Line 197  print_gen_head(struct html *h)
         tag[0].val = "utf-8";          tag[0].val = "utf-8";
         print_otag(h, TAG_META, 1, tag);          print_otag(h, TAG_META, 1, tag);
   
           /*
            * Print a default style-sheet.
            */
         t = print_otag(h, TAG_STYLE, 0, NULL);          t = print_otag(h, TAG_STYLE, 0, NULL);
         print_text(h, "table.head, table.foot { width: 100%; }\n");          print_text(h, "table.head, table.foot { width: 100%; }\n"
                 "td.head-rtitle, td.foot-os { text-align: right; }\n");
         print_tagq(h, t);          print_tagq(h, t);
   
         if (h->style) {          if (h->style) {

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

CVSweb