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:
hankhill19580
2020-01-24 16:15:45 +00:00
parent b572a330ed
commit b31eb3f53b
4 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -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 {

View File

@@ -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;
}