Trying to added ellipsis for texts that are too high to fit

This commit is contained in:
Christoph Haas 2013-11-18 00:23:14 +01:00
parent 7999279aeb
commit 4abf351391

View file

@ -51,4 +51,28 @@ ul.pagination li a
.navbar
{
margin-bottom: 10px;
}
}
/* Make sure that the description of a package does not flow outside of the thumbnail box */
.thumbnail
{
overflow: hidden;
}
.pkgdescr
{
text-overflow: ellipsis;
}
a.fancybox.thumbnail
{
border: none;
}
/* Disable resonsiveness in Twitter Bootstrap CSS */
.container
{
width: 1200px !important;
}