forked from I2P_Developers/i2p.www
Added OS logos to download page
This commit is contained in:
BIN
i2p2www/static/images/download/android.png
Normal file
BIN
i2p2www/static/images/download/android.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
BIN
i2p2www/static/images/download/debian-ubuntu.png
Normal file
BIN
i2p2www/static/images/download/debian-ubuntu.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
BIN
i2p2www/static/images/download/freebsd-tux.png
Normal file
BIN
i2p2www/static/images/download/freebsd-tux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
i2p2www/static/images/download/mac-osx.png
Normal file
BIN
i2p2www/static/images/download/mac-osx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.2 KiB |
BIN
i2p2www/static/images/download/windows.png
Normal file
BIN
i2p2www/static/images/download/windows.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
@@ -239,6 +239,10 @@ div#content .inner td.blue {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.os {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.file {
|
||||
margin: 5px;
|
||||
padding: 5px;
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user