Patch merged. Thanks. -- Jeff J. On Fri, Jan 5, 2024 at 2:16 PM Mike Frysinger wrote: > This will make it easier to share styles across all the files. > The sourceware.org website also requires separate CSS files in > order to apply styles due to CSP header enforcement. > --- > docs.html | 5 +++- > download.html | 5 +++- > faq.html | 5 +++- > index.html | 25 +++++++++--------- > info.html | 5 +++- > mailing.html | 6 +++-- > newlib.css | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++ > news.html | 5 +++- > 8 files changed, 107 insertions(+), 20 deletions(-) > create mode 100644 newlib.css > > diff --git a/docs.html b/docs.html > index 2c003edae3ae..a7fd3c9644f1 100644 > --- a/docs.html > +++ b/docs.html > @@ -1,5 +1,8 @@ > > - > + > + > + > + > >

Library Documentation

> > diff --git a/download.html b/download.html > index 143510556e94..448ee89644ca 100644 > --- a/download.html > +++ b/download.html > @@ -1,5 +1,8 @@ > > - > + > + > + > + > >

Availability

> > diff --git a/faq.html b/faq.html > index 79e027d62bb9..f5855ce0c22d 100644 > --- a/faq.html > +++ b/faq.html > @@ -1,5 +1,8 @@ > > - > + > + > + > + > >

FAQ

>