~lutostag/ubuntu/trusty/maas/1.5.2+packagefix

« back to all changes in this revision

Viewing changes to src/maasserver/static/css/components/data_list.css

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2014-03-28 10:43:53 UTC
  • mto: This revision was merged to the branch mainline in revision 57.
  • Revision ID: package-import@ubuntu.com-20140328104353-ekpolg0pm5xnvq2s
Tags: upstream-1.5+bzr2204
ImportĀ upstreamĀ versionĀ 1.5+bzr2204

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    margin: 0;
4
4
    padding: 0;
5
5
    }
 
6
 
6
7
.data-list h4 {
7
8
    margin-bottom: 5px;
8
9
    }
 
10
 
9
11
.data-list span {
10
12
    font-size: 16px;
11
13
    }
 
14
 
12
15
.data-list .block {
13
16
    word-wrap: break-word;
14
17
    }
 
18
 
15
19
.data-list li.separate {
16
20
    border-top: 1px solid #e5e2e0;
17
 
}
 
21
    }