diff options
author | Scott Main <smain@google.com> | 2010-10-25 17:14:24 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2010-10-25 17:15:12 -0700 |
commit | 9d32bd5b03c92e9220ff6cca029a587f5f3c754c (patch) | |
tree | 4923634600dbd210269d7f3853c0c8db6ecf8d10 /tools/droiddoc/templates/assets | |
parent | 09a00a672bb18dccc97af6090739ea275c39d8a3 (diff) | |
download | build-9d32bd5b03c92e9220ff6cca029a587f5f3c754c.zip build-9d32bd5b03c92e9220ff6cca029a587f5f3c754c.tar.gz build-9d32bd5b03c92e9220ff6cca029a587f5f3c754c.tar.bz2 |
docs: css tweak to Ps in sidebox. DO NOT MERGE.
Change-Id: Ifa3e4a9a2c2ba67b6da615ebc336c897dd9caeda
Diffstat (limited to 'tools/droiddoc/templates/assets')
-rw-r--r-- | tools/droiddoc/templates/assets/android-developer-docs.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/droiddoc/templates/assets/android-developer-docs.css b/tools/droiddoc/templates/assets/android-developer-docs.css index bc9e98b..b848db0 100644 --- a/tools/droiddoc/templates/assets/android-developer-docs.css +++ b/tools/droiddoc/templates/assets/android-developer-docs.css @@ -943,7 +943,7 @@ p.table-caption { } .sidebox p { - margin-bottom: .25em; + margin-bottom: .75em; } .sidebox ul { @@ -1054,7 +1054,7 @@ ol.toc li ol { margin: 0; padding: 0; } - + ol.toc li li { padding: 0; margin: 0 0 0 1em; @@ -1216,7 +1216,7 @@ table.download th { float: right; } - + /* JQUERY RESIZABLE STYLES */ .ui-resizable { position: relative; } .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; z-index:1; } @@ -1252,7 +1252,7 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } #body-content { position:inherit; } - + #doc-content { margin-left:0 !important; height:auto !important; |