I'm drafting a document using Sphinx 1.1.3. When I insert two tables one after another, those tables show up too close in HTML, so I want to insert a blank line between them. How do I do that?
You have two possible solutions:
Use @mzjn's comment
Create a custom CSS stylesheet that will define padding beneath a table (or above, or both).