Trying to added ellipsis for texts that are too high to fit
This commit is contained in:
parent
7999279aeb
commit
4abf351391
1 changed files with 25 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue