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:
parent
b05a6eeda3
commit
9d1a9699cd
@ -1,3 +1,9 @@
|
||||
/* pad after a table.
|
||||
* bug 1439918 */
|
||||
table {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
html {
|
||||
overflow-y: scroll; }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user