forked from I2P_Developers/i2p.i2p
remove borders from around notifications on /welcome
This commit is contained in:
@@ -2093,10 +2093,6 @@ h3#graphdisplay {
|
|||||||
margin: 15px 0;
|
margin: 15px 0;
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
border-radius: 2px;
|
|
||||||
border: 1px solid #dee2e6;
|
|
||||||
background: #eef;
|
|
||||||
background: linear-gradient(to right, #fafaff, #eef);
|
|
||||||
background-size: auto 100%, 100% 100%;
|
background-size: auto 100%, 100% 100%;
|
||||||
box-shadow: inset 0 0 0 1px #fff;
|
box-shadow: inset 0 0 0 1px #fff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -2595,11 +2591,9 @@ td {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 70%;
|
left: 70%;
|
||||||
top: 30%;
|
top: 30%;
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
background: #eef;
|
background-size: auto 100%, 100% 100%;
|
||||||
background: linear-gradient(to right, #fafaff, #eef);
|
box-shadow: inset 0 0 0 1px #fff;
|
||||||
background-size: auto 100%, 100% 100%;
|
|
||||||
box-shadow: inset 0 0 0 1px #fff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* begin home page */
|
/* begin home page */
|
||||||
|
Reference in New Issue
Block a user