Cleanup dirty daisy build workspace directory, part2
[releng.git] / utils / test / reporting / assets / css / ie9.css
1 /*
2         Phantom by HTML5 UP
3         html5up.net | @ajlkn
4         Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
5 */
6
7 /* Tiles */
8
9         .tiles:after {
10                 content: '';
11                 display: block;
12                 clear: both;
13         }
14
15         .tiles article {
16                 float: left;
17         }
18
19                 .tiles article > a {
20                         padding-top: 50%;
21                         margin-top: -1.75em;
22                 }
23
24                 body:not(.is-touch) .tiles article:hover > .image {
25                         -moz-transform: none;
26                         -webkit-transform: none;
27                         -ms-transform: none;
28                         transform: none;
29                 }
30
31 /* Footer */
32
33         #footer > .inner section {
34                 float: left;
35         }
36
37         #footer > .inner .copyright {
38                 clear: both;
39                 padding-top: 4em;
40         }