web/drupal/modules/block/block.css
branchdrupal
changeset 74 0ff3ba646492
equal deleted inserted replaced
73:fcf75e232c5b 74:0ff3ba646492
       
     1 /* $Id: block.css,v 1.6 2007/11/14 09:49:30 dries Exp $ */
       
     2 
       
     3 #blocks td.region {
       
     4   font-weight: bold;
       
     5 }
       
     6 #blocks tr.region-message {
       
     7   font-weight: normal;
       
     8   color: #999;
       
     9 }
       
    10 #blocks tr.region-populated {
       
    11   display: none;
       
    12 }
       
    13 .block-region {
       
    14   background-color: #ff6;
       
    15   margin-top: 4px;
       
    16   margin-bottom: 4px;
       
    17   padding: 3px;
       
    18 }