Merge "Add table padding to openstackdocstheme CSS"

This commit is contained in:
Jenkins 2015-10-12 10:26:05 +00:00 committed by Gerrit Code Review
commit c8dd8e2a37

View File

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