[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/sites/all/modules/image/ -> image.css (source)

   1  /* $Id: image.css,v 1.5.2.1 2010/08/26 05:41:07 joachim Exp $ */
   2  
   3  /* Views: gallery style plugin. */
   4  .view .image-gallery-nodes ul {
   5    text-align:center;
   6  }
   7  .view .image-gallery-nodes ul li {
   8    display:inline-block;
   9    *display:inline;
  10    /*
  11      There is no pretty way to get thumbnail sizes here.
  12      This will need to be overridden for sites that set a different size.
  13    */
  14    zoom: 1;
  15    list-style-type: none;
  16    width:150px;
  17    height: 150px;
  18    text-align:center;
  19    background: none;
  20  }


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7