rumble (owner)

Revisions

gist: 205408 Download_button fork
public
Public Clone URL: git://gist.github.com/205408.git
Embed All Files: show embed
CSS #
1
2
3
4
5
6
7
8
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-binding: url('/xml/ellipsis.xml#ellipsis');
}