Mercurial > defr > drupal > core
comparison modules/block/block.css @ 1:c1f4ac30525a 6.0
Drupal 6.0
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:28:28 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:5a113a1c4740 | 1:c1f4ac30525a |
---|---|
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 } |