forked from I2P_Developers/i2p.i2p
Change the color and size of the new square logo, remove background setters in mobile css for router console since they aren't needed anymore
This commit is contained in:
@@ -7474,7 +7474,7 @@ p#fullhistory {
|
||||
.routersummary img[src$="i2plogo.png"] {
|
||||
margin-left: -8px;
|
||||
transform: none;
|
||||
width: 225px;
|
||||
width: 150px;
|
||||
margin-top: -6px;
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
@@ -84,8 +84,6 @@ div.routersummary table,
|
||||
|
||||
.routersummary tr:nth-child(odd) td {
|
||||
padding: 3px;
|
||||
background: #020;
|
||||
background: rgba(0,34,0,.5);
|
||||
}
|
||||
|
||||
.routersummary tr:nth-child(even) td {
|
||||
|
||||
@@ -7791,7 +7791,7 @@ h1 {
|
||||
.routersummary img[src$="i2plogo.png"] {
|
||||
margin-left: 0 !important;
|
||||
transform: none !important;
|
||||
width: 205px !important;
|
||||
width: 150px !important;
|
||||
margin-top: -2px !important;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user