doc: fix error in custom CSS file

Typo caused some styles to be missed

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2018-05-23 08:57:58 -07:00 committed by David Kinder
parent d11729d9d8
commit 6d63cb3cba
1 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,8 @@
position: static;
border-top: none;
padding: 0px;
} */
}
*/
.rst-versions .rst-current-version {
padding: 5px;
@ -81,7 +82,7 @@ table.align-center {
padding: 1em 0;
text-align: center;
}
`
/* make .. hlist:: tables fill the page */
table.hlist {
width: 95% !important;