Initial check-in
[dygraphs.git] / mochikit_v14 / examples / effects / effects_combi.css
1 h3 {
2 clear: both;
3 }
4 .example {
5 font-size: 1.0em;
6 float: left;
7 margin-right: 10px;
8 margin-bottom: 10px;
9 width: 120px;
10 height: 120px;
11 background-color: #AAAAAA;
12 text-align: center;
13 padding: 1em 0.2em 0.2em 0.2em;
14 }
15 .demo {
16 clear: both;
17 }
18 #reset {
19 position: absolute;
20 top: 600px;
21 left: 600px;
22 }
23 #demo-all {
24 position: absolute;
25 top: 600px;
26 left: 400px;
27 font-size: 1.0em;
28 width: 120px;
29 height: 120px;
30 background-color: #AAAAAA;
31 text-align: center;
32 padding: 1em 0.2em 0.2em 0.2em;
33 }
34