am 32b505d9: am 8e44ae9c: docs: fix IE6 bug in which tabs are not focusable while in the reference. also increase the minimum width for the header to avoid line-wrapping of the tabs.

Merge commit '32b505d984ed15156b87482f849b865892b57ac2' into eclair-plus-aosp

* commit '32b505d984ed15156b87482f849b865892b57ac2':
  docs: fix IE6 bug in which tabs are not focusable
This commit is contained in:
Scott Main 2009-10-30 15:15:00 -07:00 committed by Android Git Automerger
commit f5597885eb
2 changed files with 2 additions and 1 deletions

View File

@ -196,7 +196,7 @@ hr.blue {
height: 114px;
position:relative;
z-index:100;
min-width:576px;
min-width:675px; /* min width for the tabs, before they wrap */
padding:0 10px;
border-bottom:3px solid #94b922;
}

View File

@ -341,6 +341,7 @@ links to summary tables) */
#api-level-toggle {
padding:0 10px;
font-size:11px;
float:right;
}
#api-level-toggle label.disabled {