Skip to content

Commit 6d63cb3

Browse files
committed
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>
1 parent d11729d commit 6d63cb3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/static/acrn-custom.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
position: static;
2020
border-top: none;
2121
padding: 0px;
22-
} */
22+
}
23+
*/
2324

2425
.rst-versions .rst-current-version {
2526
padding: 5px;
@@ -81,7 +82,7 @@ table.align-center {
8182
padding: 1em 0;
8283
text-align: center;
8384
}
84-
`
85+
8586
/* make .. hlist:: tables fill the page */
8687
table.hlist {
8788
width: 95% !important;

0 commit comments

Comments
 (0)