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

* commit '07540873614ac13d1352ab30e25ea8f1aabc4035':
  add ellipsis for overflowing strings in samples nav
This commit is contained in:
Scott Main 2013-09-04 21:21:30 -07:00 committed by Android Git Automerger
commit 9cf0912352
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 {