Skip to content
Snippets Groups Projects
Commit 288a7f4a authored by Mashiro's avatar Mashiro Committed by Zaida Zhou
Browse files

[Docs] Update two-column table wrapper (#726)

* update two-column table wrapper

* update chinese
parent bfe7d2d4
No related branches found
No related tags found
No related merge requests found
......@@ -7,3 +7,11 @@ table.colwidths-auto td {
height: 40px;
width: 130px;
}
.two-column-table-wrapper {
width: 50%;
max-width: 300px;
overflow-x: auto;
}
.two-column-table-wrapper .highlight {
width: 1500px
}
table.colwidths-auto td {
width: 50%
width: 50%
}
.header-logo {
background-image: url("../image/mmengine-logo.png");
background-size: 130px 40px;
height: 40px;
width: 130px;
}
.two-column-table-wrapper {
width: 50%;
max-width: 300px;
overflow-x: auto;
}
.two-column-table-wrapper .highlight {
width: 1500px
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment