blob: 88dc267e310d3bec278c1d407de1237706caae16 (
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
|
#fxp-banner {
background-image: url("/background.png");
background-position: center;
background-size: cover;
margin-top: 0 !important;
border-radius: 0 0 10px 10px !important;
}
#fxp-banner-img {
max-width: 100%;
width: 512px;
}
#fxp-banner-tagline {
margin-bottom: 0;
}
.fxp-platform-icon {
width: 32px;
height: 32px;
vertical-align: middle;
}
.fxp-download-buttons {
float: right;
}
.fxp-download-text {
display: inline-block;
}
.fxp-platform-name {
display: inline-block;
vertical-align: middle;
}
|