Download page CSS

This commit is contained in:
str4d
2015-05-30 04:08:54 +00:00
parent 31bc68f2b8
commit 7fbc2dd330

View File

@@ -288,13 +288,17 @@ div#content .inner .box img {
.os {
color: white;
font-size: 1.6em;
font-weight: bold;
text-align: center;
text-decoration: underline;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.os img {
height: auto;
max-width: 100%;
}
.file {
margin-bottom: 10px
}
@@ -314,8 +318,8 @@ div#content .inner .box img {
padding: 10px;
}
.file .default .name {
font-size: 1.6em
.file .default .mirror {
font-size: 0.75em;
}
.file .mirrors,
@@ -324,6 +328,8 @@ div#content .inner .box img {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
display: inline-block;
font-size: 0.75em;
line-height: 1em;
width: 50%;
}
@@ -337,7 +343,8 @@ div#content .inner .box img {
}
.details .hash:before {
content: 'SHA256: '
content: 'SHA256: ';
font-size: 0.8125em;
}
.warning {