Commit 2e51bda7 authored by prumde's avatar prumde

Updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@174149 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 50ae5314
......@@ -36,6 +36,7 @@
overflow: hidden;
}
.ecm-card-info-subhead {
/* ...
font-size: 12px;
color: #888;
display: block;
......@@ -44,8 +45,19 @@
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
white-space: normal;
line-height: 15px;
*/
font-size: 12px;
color: #888;
display: block;
top: 7px;
position: relative;
overflow: hidden;
line-height: 15px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.ecm-card-info-img {
float: left;
......
.categories-section {
padding: 0;
margin: 0;
padding-top: 100px;
padding-top: 70px;
background-color: #f2f2f2 !important;
}
.ecm-section-info {
......
.trending-section {
padding-top: 50px;
height: 650px;
height: 580px;
background-color: #F2F2F2;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment