
Untitled
By: a guest on
May 11th, 2012 | syntax:
None | size: 0.66 KB | hits: 13 | expires: Never
## base.css
div.panels ul li .panel-content{
border:orange 0px solid;
border-left:1px solid #E7E7E7;
background-image:url("img/content/home-panel-content-bg.gif");
background-repeat:repeat-x;
background-position:top left;
margin:0;
padding:8px 10px 20px 10px;
overflow:hidden;
min-height:130px !important;
max-height:130px !important;
height:130px;
}
## large.css
div.panels ul li .panel-content{
min-height:165px !important;
max-height:165px !important;
height:165px;
}
##largest.css
div.panels ul li .panel-content{
min-height:205px !important;
max-height:205px !important;
height:205px;
}