Skip to content
Snippets Groups Projects
Commit f943857f authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Änderungen am CSS

* Der Anpassen-Link auf der Startseite ist nicht mehr andersfarbig
* Bug gefixt bei dem ein CSS Attribut auf die Produktsuche angewendet wurde, welches den Style dort durcheinander gebracht hat.
parent fe9c128d
Branches
No related tags found
1 merge request!619Development
Source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
......@@ -200,7 +200,7 @@ a:hover {
background-color: white;
}
#foki a {
#foki li a {
color: grey;
}
......
#about-us a:visited {
color: @link-color;
}
#anpassen-label a {
color: #333;
}
\ No newline at end of file
......@@ -619,7 +619,7 @@ footer img {
max-width: 100%;
}
main ul li {
main ul li:not(.lslide) {
margin: 0 10px;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment