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
No related branches found
No related tags found
Loading
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 { ...@@ -200,7 +200,7 @@ a:hover {
background-color: white; background-color: white;
} }
#foki a { #foki li a {
color: grey; color: grey;
} }
......
#about-us a:visited { #about-us a:visited {
color: @link-color; color: @link-color;
}
#anpassen-label a {
color: #333;
} }
\ No newline at end of file
...@@ -619,7 +619,7 @@ footer img { ...@@ -619,7 +619,7 @@ footer img {
max-width: 100%; max-width: 100%;
} }
main ul li { main ul li:not(.lslide) {
margin: 0 10px; margin: 0 10px;
} }
......
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