Add table padding to openstackdocstheme CSS

This patch adds white space below a table to make it look nicer.

Change-Id: I7148ba6dc1e0e01ee0eceeb3a90bcc2591c0b0c5
Closes-Bug: #1439918
This commit is contained in:
Bernd 2015-10-08 18:03:36 +09:00
parent b05a6eeda3
commit 9d1a9699cd

View File

@ -1,3 +1,9 @@
/* pad after a table.
* bug 1439918 */
table {
margin-bottom: 10px;
}
html {
overflow-y: scroll; }