diff options
author | Scott Main <smain@google.com> | 2013-06-19 20:36:20 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-06-19 20:36:20 -0700 |
commit | 1d71ff7d73a4bafdda0d3dfb70df617020ecf1bd (patch) | |
tree | a85a13aace175c1394d52ff1db6d66f496766964 /tools | |
parent | 63addf195fc537b15b1197a19199c0c7bd513664 (diff) | |
parent | 791308251247538bbeec8e1f10caff11ba8b5f48 (diff) | |
download | build-1d71ff7d73a4bafdda0d3dfb70df617020ecf1bd.zip build-1d71ff7d73a4bafdda0d3dfb70df617020ecf1bd.tar.gz build-1d71ff7d73a4bafdda0d3dfb70df617020ecf1bd.tar.bz2 |
am 79130825: am cef39240: align sidebox with content body
* commit '791308251247538bbeec8e1f10caff11ba8b5f48':
align sidebox with content body
Diffstat (limited to 'tools')
-rw-r--r-- | tools/droiddoc/templates-sdk/assets/css/default.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/droiddoc/templates-sdk/assets/css/default.css b/tools/droiddoc/templates-sdk/assets/css/default.css index 4573af3..865e850 100644 --- a/tools/droiddoc/templates-sdk/assets/css/default.css +++ b/tools/droiddoc/templates-sdk/assets/css/default.css @@ -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() */ |