The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / docs / website / css / buildroot.css
1 body {
2     padding-top: 60px;
3     padding-bottom: 40px;
4 }
5
6 .button_column {
7     width: 430px;
8 }
9
10 .gplus {
11     float:right;
12     margin: 10px 0 0;
13 }
14
15 div.sponsor-main {
16     background: #eeeeee;
17     padding-top: 2em;
18     padding-bottom: 2em;
19 }
20
21 div.sponsor {
22     padding: 0.5em;
23     height: 12em;
24     display: table !important;
25 }
26
27 div.sponsor-description {
28     background: #eeeeee;
29     display: table-cell;
30     vertical-align: middle;
31     text-align: center;
32 }
33
34 div.sponsor-description img {
35     max-width: 99%;
36     height: 4em;
37     margin-bottom: 1em;
38 }
39
40 div.panel-body p {
41     text-overflow: ellipsis;
42     width: 95%;
43     white-space: nowrap;
44     overflow: hidden;
45     height: 1.5em;
46 }