up
This commit is contained in:
@@ -109,38 +109,6 @@ a {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.line-clamp-2 {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
-webkit-line-clamp: 2;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.line-clamp-3 {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
-webkit-line-clamp: 3;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.line-clamp-4 {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
-webkit-line-clamp: 4;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.line-clamp-5 {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
-webkit-line-clamp: 5;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icons {
|
.icons {
|
||||||
background: url(../images/global-sprite.png) no-repeat;
|
background: url(../images/global-sprite.png) no-repeat;
|
||||||
background-size: 400px 400px;
|
background-size: 400px 400px;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -94,34 +94,6 @@ a {
|
|||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
.line-clamp-2 {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
-webkit-line-clamp: 2;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.line-clamp-3 {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
-webkit-line-clamp: 3;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.line-clamp-4 {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
-webkit-line-clamp: 4;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.line-clamp-5 {
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
-webkit-line-clamp: 5;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.icons {
|
.icons {
|
||||||
background: url(../images/global-sprite.png) no-repeat;
|
background: url(../images/global-sprite.png) no-repeat;
|
||||||
background-size: 400px 400px;
|
background-size: 400px 400px;
|
||||||
|
|||||||
Reference in New Issue
Block a user