15 lines
200 B
CSS
15 lines
200 B
CSS
|
/* $Id$ */
|
||
|
|
||
|
#blocks td.region {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
#blocks td.block {
|
||
|
padding-left: 1.5em;
|
||
|
}
|
||
|
.block-region {
|
||
|
background-color: #ff6;
|
||
|
margin-top: 4px;
|
||
|
margin-bottom: 4px;
|
||
|
padding: 3px;
|
||
|
}
|