source: sipes/cord/modules/block/block.css @ 8a8efa8

stableversion-3.0
Last change on this file since 8a8efa8 was b354002, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio del cord

  • Propiedad mode establecida a 100755
File size: 262 octetos
Línea 
1
2#blocks td.region {
3  font-weight: bold;
4}
5#blocks tr.region-message {
6  font-weight: normal;
7  color: #999;
8}
9#blocks tr.region-populated {
10  display: none;
11}
12.block-region {
13  background-color: #ff6;
14  margin-top: 4px;
15  margin-bottom: 4px;
16  padding: 3px;
17}
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.