[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

title

Body

[close]

/modules/system/ -> defaults.css (source)

   1  
   2  /*
   3  ** HTML elements
   4  */
   5  fieldset {
   6    margin-bottom: 1em;
   7    padding: .5em;
   8  }
   9  form {
  10    margin: 0;
  11    padding: 0;
  12  }
  13  hr {
  14    height: 1px;
  15    border: 1px solid gray;
  16  }
  17  img {
  18    border: 0;
  19  }
  20  table {
  21    border-collapse: collapse;
  22  }
  23  th {
  24    text-align: left; /* LTR */
  25    padding-right: 1em; /* LTR */
  26    border-bottom: 3px solid #ccc;
  27  }
  28  
  29  /*
  30  ** Markup free clearing
  31  ** Details: http://www.positioniseverything.net/easyclearing.html
  32  */
  33  .clear-block:after {
  34    content: ".";
  35    display: block;
  36    height: 0;
  37    clear: both;
  38    visibility: hidden;
  39  }
  40  
  41  .clear-block {
  42    display: inline-block;
  43  }
  44  
  45  /* Hides from IE-mac \*/
  46  * html .clear-block {
  47    height: 1%;
  48  }
  49  .clear-block {
  50    display: block;
  51  }
  52  /* End hide from IE-mac */


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