forked from I2P_Developers/i2p.www
Fixed CSS on downloading page
This commit is contained in:
@@ -251,7 +251,7 @@ div#content .inner td.blue {
|
|||||||
.file {
|
.file {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.file > a {
|
.file > a, .filedownload {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
background-color: rgba(255,255,255,0.2);
|
background-color: rgba(255,255,255,0.2);
|
||||||
box-shadow: -1px -1px 1px 1px rgb(51, 51, 51) inset;
|
box-shadow: -1px -1px 1px 1px rgb(51, 51, 51) inset;
|
||||||
@@ -293,6 +293,7 @@ div#content .inner td.blue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.filedownload {
|
.filedownload {
|
||||||
|
border-radius: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -251,6 +251,9 @@ div#content .inner > .title {
|
|||||||
.details > p, .details > ol {
|
.details > p, .details > ol {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
.filedownload {
|
||||||
|
margin-left: 29%;
|
||||||
|
}
|
||||||
|
|
||||||
/* End of downloads list CSS */
|
/* End of downloads list CSS */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user