aboutsummaryrefslogtreecommitdiffstats
path: root/97suifangqa/sass/sass-extensions/zen-grids/templates/unit-tests/test-results/zen-nested-container.css
blob: 030dc15d849ddaeee985a66a24ba76d4e8bdfeed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/**
 * @file
 * Test zen-nested-container()
 */
/* line 8, ../sass/zen-nested-container.scss */
#test-zen-nested-container {
  /* Test zen-nested-container() */
  padding-left: 0;
  padding-right: 0;
}

/* line 13, ../sass/zen-nested-container.scss */
#test-zen-nested-container-2 {
  /* Test zen-nested-container() with $legacy-support-for-ie7: true */
  padding-left: 0;
  padding-right: 0;
}

/* line 20, ../sass/zen-nested-container.scss */
#test-zen-nested-container-3 {
  /* Test zen-nested-container() with $legacy-support-for-ie6: true */
  padding-left: 0;
  padding-right: 0;
}