am e9d67dcc: am 56662610: am 5fef291f: am 3aca7544: am 2d967c6d: tweak jspane width property to ensure bg color for highlighted item is full width

* commit 'e9d67dccb01cf91d04b71f590b8e91737be70e64':
  tweak jspane width property to ensure bg color for highlighted item is full width
This commit is contained in:
Scott Main 2013-03-11 13:55:05 -07:00 committed by Android Git Automerger
commit 6959bce3de
1 changed files with 1 additions and 1 deletions

View File

@ -3969,7 +3969,7 @@ a.download-sdk {
.jspPane {
position: absolute;
overflow: hidden;
width:auto !important; /* to avoid cut-off api names in reference in horiz scroll */
width:100% !important; /* to avoid cut-off api names in reference in horiz scroll */
}
.jspVerticalBar {