summaryrefslogtreecommitdiffstats
path: root/docs/css/buildroot.css
blob: 7138abc496f15c31e108d22dd1393c75902e8e1b (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.button_column {
    width: 430px;
}

.gplus {
    float:right;
    margin: 10px 0 0;
}

div.sponsor-main {
    background: #eeeeee;
    padding-top: 2em;
    padding-bottom: 2em;
}

div.sponsor {
    padding: 0.5em;
    height: 12em;
    display: table !important;
}

div.sponsor-description {
    background: #eeeeee;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

div.sponsor-description img {
    max-width: 99%;
    height: 4em;
    margin-bottom: 1em;
}

div.panel-body p {
    text-overflow: ellipsis;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    height: 1.5em;
}
OpenPOWER on IntegriCloud