Added OS logos to download page

This commit is contained in:
str4d
2014-01-05 05:18:38 +00:00
parent 1099e6bdef
commit 0994a69dfa
10 changed files with 7163 additions and 20 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -239,6 +239,10 @@ div#content .inner td.blue {
padding: 10px;
}
.os {
text-align: center;
}
.file {
margin: 5px;
padding: 5px;

View File

@@ -281,15 +281,20 @@ div#content .main {
/* CSS for downloads list */
.package {
border: 6px solid rgba(171, 204, 113, 0.7);
border-radius: 5px;
margin: 10px;
padding: 10px;
overflow: hidden;
}
.os {
float: left;
width: 20%;
}
.details {
float: right;
width: 80%;
}
.file {
margin: 5px;
padding: 5px;
}
.sig {