From 9d32bd5b03c92e9220ff6cca029a587f5f3c754c Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 25 Oct 2010 17:14:24 -0700 Subject: [PATCH] docs: css tweak to Ps in sidebox. DO NOT MERGE. Change-Id: Ifa3e4a9a2c2ba67b6da615ebc336c897dd9caeda --- tools/droiddoc/templates/assets/android-developer-docs.css | 8 ++++---- 1 file 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 bc9e98b65..b848db056 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; -- 2.11.0