My pleasure! There is multiple ways. If you don't already have own CSS,
create one.

1. In your conf.py add line

   html_css_files = ['custom.css']

2. Create "custom.css" inside static dir (usually "_static" but setting
html_static_path can change static dir name) with the content:

   th.head p {
      margin: 0;
   }

po 6. 1. 2020 v 13:55 odesílatel 'Dirk Baumbach' via sphinx-users <
[email protected]> napsal:

> Thanks for this plausible answer!
>
> I am not very familiar with CSS. Do you have a sample code snippet on how
> to remove the <p> margin in the table header tag?
>
> --
> You received this message because you are subscribed to the Google Groups
> "sphinx-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sphinx-users/01b9d949-0366-4d9f-a5fc-68a94af16c36%40googlegroups.com
> <https://groups.google.com/d/msgid/sphinx-users/01b9d949-0366-4d9f-a5fc-68a94af16c36%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/CAB-x1GJL_RLf%3Dmq9O1Pf-huQaniWn_6tQpbqdZr%2Bsf_ZL7ct%2BA%40mail.gmail.com.

Reply via email to