DOCS ONLY.

styleheet changes to fix some errors in the print layout
and remove extra space from above nested lists, so they fit
closer to the parent list item.
This commit is contained in:
Scott Main 2009-08-18 19:00:11 -07:00
parent fab87998b5
commit 54161d1439
2 changed files with 5 additions and 10 deletions

View File

@ -134,7 +134,7 @@ dd pre, dd table, dd img {
li ul,
li ol {
margin:.5em 0 0 0;
margin:0;
padding: 0 0 0 2em;
}

View File

@ -1184,21 +1184,16 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
padding:0;
}
#headerLeft .guide {
display:none;
}
#headerRight {
#header-tabs,
#headerRight,
#side-nav,
#api-info-block {
display:none;
}
#body-content {
position:inherit;
}
#side-nav {
display:none;
}
#doc-content {
margin-left:0 !important;