* commit '791308251247538bbeec8e1f10caff11ba8b5f48': align sidebox with content body
This commit is contained in:
commit
1d71ff7d73
1 changed files with 5 additions and 5 deletions
|
@ -1754,10 +1754,14 @@ EndColorStr='#ececec');
|
|||
#qv-wrapper {
|
||||
float:right;
|
||||
clear:right;
|
||||
margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
|
||||
margin:0 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
|
||||
padding:0 0 20px;
|
||||
}
|
||||
|
||||
#tb-wrapper {
|
||||
margin:-27px 0 0 20px; /* negative top-margin to counter the content-header bottom margin */
|
||||
}
|
||||
|
||||
#tb,
|
||||
#qv {
|
||||
font-size:13px;
|
||||
|
@ -2657,10 +2661,6 @@ a.notice-designers.left {
|
|||
margin-left:0;
|
||||
float:left;
|
||||
}
|
||||
a.notice-developers.top,
|
||||
a.notice-designers.top {
|
||||
margin-bottom:40px; /* extra margin to offset TOC negative margin */
|
||||
}
|
||||
|
||||
|
||||
/* hide nested list items; companion to hideNestedLists() */
|
||||
|
|
Loading…
Reference in a new issue