diff options
author | Clay Murphy <claym@google.com> | 2013-06-05 11:06:02 -0700 |
---|---|---|
committer | Clay Murphy <claym@google.com> | 2013-06-05 12:06:06 -0700 |
commit | 49d86864881d72a5400f35cd487fedb7b959d4ce (patch) | |
tree | d313b7ee371e82030fd72325716b26cc0ecd9771 /tools | |
parent | 1dd9f19e8f020e691f08361668a1132181c267c5 (diff) | |
download | build-49d86864881d72a5400f35cd487fedb7b959d4ce.zip build-49d86864881d72a5400f35cd487fedb7b959d4ce.tar.gz build-49d86864881d72a5400f35cd487fedb7b959d4ce.tar.bz2 |
docs: Adding styles needed by devices/tech/dalvik/dalvik-bytecode.html
Bug: 8905394
Change-Id: I3a89f9da01d92efd2ea6d9900305ea16a0316d63
Diffstat (limited to 'tools')
-rw-r--r-- | tools/droiddoc/templates-sac/assets/css/default.css | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/tools/droiddoc/templates-sac/assets/css/default.css b/tools/droiddoc/templates-sac/assets/css/default.css index 1ce78fe..11bba80 100644 --- a/tools/droiddoc/templates-sac/assets/css/default.css +++ b/tools/droiddoc/templates-sac/assets/css/default.css @@ -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 */ |