2014-07-16 23:51:48 +02:00
|
|
|
.downloads {
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
.description {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.download {
|
|
|
|
border-bottom: 1px solid #b2b2b2;
|
|
|
|
padding-bottom: 15px;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
|
|
|
.details {
|
|
|
|
padding-left: 95px;
|
|
|
|
|
|
|
|
h2 {
|
2014-07-30 01:40:50 +02:00
|
|
|
margin-top: 30px;
|
2014-07-16 23:51:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
padding-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
&:after {
|
|
|
|
content: " | ";
|
|
|
|
}
|
|
|
|
|
|
|
|
&:last-child:after {
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
img {
|
|
|
|
width: 75px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.os-name {
|
|
|
|
font-size: 40px;
|
|
|
|
margin-bottom: -3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.poweredby {
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 122px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|