~ubuntu-branches/ubuntu/oneiric/drupal5/oneiric

« back to all changes in this revision

Viewing changes to modules/block/block.css

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2007-03-10 20:04:24 UTC
  • Revision ID: james.westby@ubuntu.com-20070310200424-w6v3crmyowlx2zsq
Tags: upstream-5.1
ImportĀ upstreamĀ versionĀ 5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: block.css,v 1.2 2006/12/07 19:50:31 unconed Exp $ */
 
2
 
 
3
#blocks td.region {
 
4
  font-weight: bold;
 
5
}
 
6
#blocks td.block {
 
7
  padding-left: 1.5em;
 
8
}
 
9
.block-region {
 
10
  background-color: #ff6;
 
11
  margin-top: 4px;
 
12
  margin-bottom: 4px;
 
13
  padding: 3px;
 
14
}