mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Fixed CSS errors
This commit is contained in:
@@ -128,7 +128,7 @@ a:hover {
|
|||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
// for links in running text
|
/* for links in running text */
|
||||||
a.textlink {
|
a.textlink {
|
||||||
color: var(--text-color-focus);
|
color: var(--text-color-focus);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -101,11 +101,11 @@ div.footer div:nth-child(3) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.footer span a {
|
div.footer span a {
|
||||||
//padding-left:20px;
|
/*padding-left:20px;*/
|
||||||
background-repeat:no-repeat;
|
background-repeat:no-repeat;
|
||||||
background-size:contain;
|
background-size:contain;
|
||||||
background-position:left;
|
background-position:left;
|
||||||
//background-image:url("https://github.com/favicon.ico");
|
/*background-image:url("https://github.com/favicon.ico");*/
|
||||||
}
|
}
|
||||||
|
|
||||||
div.footer input {
|
div.footer input {
|
||||||
|
|||||||
Reference in New Issue
Block a user