Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49d86864 authored by Clay Murphy's avatar Clay Murphy
Browse files

docs: Adding styles needed by devices/tech/dalvik/dalvik-bytecode.html

Bug: 8905394

Change-Id: I3a89f9da01d92efd2ea6d9900305ea16a0316d63
parent 1dd9f19e
Loading
Loading
Loading
Loading
+47 −0
Original line number Diff line number Diff line
@@ -1160,6 +1160,53 @@ th {
tr:first-of-type th:first-of-type:empty {
    visibility: hidden;
}

/* opcodes table */

table.instruc td:first-child {
    width: 12%;
}

table.instruc td:first-child + td {
    width: 23%;
}

table.instruc td:first-child + td + td {
    width: 28%;
}

table.instruc td:first-child + td + td + td {
    width: 37%;
}

/* supplemental opcode format table */

table.supplement td:first-child {
    width: 20%;
}

table.supplement td:first-child + td {
    width: 20%;
}

table.supplement td:first-child + td + td {
    width: 60%;
}

/* math details table */

table.math td:first-child {
    width: 10%;
}

table.math td:first-child + td {
    width: 30%;
}

table.math td:first-child + td + td {
    width: 60%;
}

/* --------------------------------------------------------------------------
Footer
*/