forked from openkylin/platform_build
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:
parent
fab87998b5
commit
54161d1439
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue