am eb23299b: am 0ad622b4: add ellipsis for overflowing strings in samples nav

* commit 'eb23299bd55853135ebf3f8a99a0d0bcf1364b0a':
  add ellipsis for overflowing strings in samples nav
This commit is contained in:
Scott Main 2013-09-04 21:19:39 -07:00 committed by Android Git Automerger
commit 0754087361
1 changed files with 6 additions and 0 deletions

View File

@ -2587,6 +2587,12 @@ padding: 2px 2px 2px 6px;
background: #efefef;
}
.samples-nav li a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
/* --------------------------------------------------------------------------
Styles for raw formatted line numbers (not used with listformatted version)
div.sampleLine div.lineNumber {