I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Verified Commit 3dcc9543 authored by idk's avatar idk
Browse files

Put description of jump link function on newline in proxy.css

parent 568b5e30
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ td:nth-child(1) { ...@@ -79,7 +79,7 @@ td:nth-child(1) {
} }
.formaction button p { .formaction button p {
display: inline-block; display: block;
color: rgb(34, 34, 34); color: rgb(34, 34, 34);
} }
...@@ -163,6 +163,10 @@ td:nth-child(1) { ...@@ -163,6 +163,10 @@ td:nth-child(1) {
} }
@media screen and (max-width: 800px) { @media screen and (max-width: 800px) {
.formaction button p {
display: inline-block;
color: rgb(34, 34, 34);
}
.warning { .warning {
margin: 114px 5px 0px !important; margin: 114px 5px 0px !important;
background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.298039)) !important; background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.298039)) !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment