summaryrefslogtreecommitdiffstats
path: root/WebContent/ITMILL/themes/sampler/layouts/styles.css
blob: b56cdb9d1e42841aa2c7cbbdfe8d8ee97dfae1b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/****************************************************************************
 * sampler/layouts/styles.css
 *
 * Styles for the layout examples in Sampler.
 *
 ****************************************************************************/

/****************************************************************************
 * Layout alignment example
 ****************************************************************************/

.i-gridlayout-example-alignment {
	background: blue;
}

.i-gridlayout-example-alignment .i-gridlayout-margin {
    padding: 3px;
}

div.i-gridlayout-example-alignment > div.i-gridlayout-margin > div > div {
	padding: 3px;
    background: yellow;
}