Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 11th, 2012  |  syntax: None  |  size: 0.66 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ## base.css
  2. div.panels ul li .panel-content{
  3.                                 border:orange 0px solid;
  4.                                 border-left:1px solid #E7E7E7;
  5.                                 background-image:url("img/content/home-panel-content-bg.gif");
  6.                                 background-repeat:repeat-x;
  7.                                 background-position:top left;
  8.                                 margin:0;
  9.                                 padding:8px 10px 20px 10px;
  10.                                 overflow:hidden;
  11.                                 min-height:130px !important;
  12.                                 max-height:130px !important;
  13.                                 height:130px;
  14.                         }
  15.  
  16. ## large.css
  17. div.panels ul li .panel-content{       
  18.         min-height:165px !important;
  19.         max-height:165px !important;
  20.         height:165px;
  21. }              
  22.  
  23. ##largest.css
  24. div.panels ul li .panel-content{       
  25.         min-height:205px !important;
  26.         max-height:205px !important;
  27.         height:205px;
  28. }