From: Raymond T. <toy...@gm...> - 2025-07-22 13:52:22
|
Either the current head, you don't need to do that. I used --css-ref=manual.css to get a link to the CSS. I think the inline CSS comes from texinfo for its default styling. I think you you need to override the styles using !important. Ray On Tue, Jul 22, 2025, 4:24 AM Jaime Villate <vi...@fe...> wrote: > On 19/07/25 23:44, Raymond Toy wrote: > > Yeah, I just recently noticed that the CSS is just inlined. I'm working on > this now. But you can just paste this in doc/info/texi2html.init.in: > > <link rel="stylesheet" type="text/css" href="manual.css"> > > as the second line. > > If I add that line to doc/info/texi2html.init.in, now I get the link to > manual.css twice. Without that line I get already get that link and only > once. > > Then remove this: > > > --css-include=@abs_srcdir@/manual.css > > from TEXIOPT in doc/info/build_html.sh.in. > > That doesn't work for me. I still get an in-lined CSS tag in all .html > files, which conflicts with manual.css > > Regards, > > Jaime > |