Same filename and directory in other branches
  1. 6.x modules/block/block.css
  2. 7.x modules/block/block.css
#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;
}

File

modules/block/block.css
View source
  1. #blocks td.region {
  2. font-weight: bold;
  3. }
  4. #blocks td.block {
  5. padding-left: 1.5em;
  6. }
  7. .block-region {
  8. background-color: #ff6;
  9. margin-top: 4px;
  10. margin-bottom: 4px;
  11. padding: 3px;
  12. }