I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit dc51dad5 authored by str4d's avatar str4d
Browse files

Some simple styling for the downloads list

parent 4d874568
No related branches found
No related tags found
No related merge requests found
......@@ -2171,7 +2171,7 @@ color:#bfbfbf;
border:0;
}
.well, .navigation {
.well, .navigation, .package {
background-color:#f5f5f5;
margin-bottom:20px;
padding:19px;
......
......@@ -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;}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment