am 3f08740b
: 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 '3f08740b0c2146f0fa1ce90b8e4ab9dcd09c4348' into eclair-mr2-plus-aosp * commit '3f08740b0c2146f0fa1ce90b8e4ab9dcd09c4348': docs: fix IE6 bug in which tabs are not focusable
This commit is contained in:
@@ -196,7 +196,7 @@ hr.blue {
|
|||||||
height: 114px;
|
height: 114px;
|
||||||
position:relative;
|
position:relative;
|
||||||
z-index:100;
|
z-index:100;
|
||||||
min-width:576px;
|
min-width:675px; /* min width for the tabs, before they wrap */
|
||||||
padding:0 10px;
|
padding:0 10px;
|
||||||
border-bottom:3px solid #94b922;
|
border-bottom:3px solid #94b922;
|
||||||
}
|
}
|
||||||
|
@@ -341,6 +341,7 @@ links to summary tables) */
|
|||||||
#api-level-toggle {
|
#api-level-toggle {
|
||||||
padding:0 10px;
|
padding:0 10px;
|
||||||
font-size:11px;
|
font-size:11px;
|
||||||
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
#api-level-toggle label.disabled {
|
#api-level-toggle label.disabled {
|
||||||
|
Reference in New Issue
Block a user