Some simple styling for the downloads list

This commit is contained in:
str4d
2012-12-25 03:23:49 +00:00
parent 4d874568bf
commit dc51dad500
2 changed files with 22 additions and 1 deletions

View File

@@ -2171,7 +2171,7 @@ color:#bfbfbf;
border:0;
}
.well, .navigation {
.well, .navigation, .package {
background-color:#f5f5f5;
margin-bottom:20px;
padding:19px;

View File

@@ -272,6 +272,27 @@ div#content .main {
div#content .inner p {margin:1em 0;}
div#content .inner td {padding:2px 5px;}
/* CSS for downloads list */
.package {
border: 2px solid #d00e0e;
border-radius: 5px;
margin: 10px;
padding: 10px;
}
.file {
border: 1px dashed #d00e0e;
margin: 5px;
padding: 5px;
}
.sig {
float: right;
}
/* End of downloads list CSS */
footer {width:auto; border-top:3px solid #883333; background:#552222; box-shadow:0px -4px 8px rgba(0,0,0,.3); padding:1em 10%; background:-moz-linear-gradient(#883333, #772222);}
footer .aside {display:inline-block; width:15%; margin-left:1%; vertical-align:top;}
footer .aside.first {margin-left:0;}