Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32b505d9 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 8e44ae9c: docs: fix IE6 bug in which tabs are not focusable while in the...

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 '8e44ae9c' into eclair

* commit '8e44ae9c':
  docs: fix IE6 bug in which tabs are not focusable
parents a7d1eaf5 8e44ae9c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}
+1 −0
Original line number Diff line number Diff line
@@ -341,6 +341,7 @@ links to summary tables) */
#api-level-toggle {
  padding:0 10px;
  font-size:11px;
  float:right;
}

#api-level-toggle label.disabled {