Einführung ThumbPages und Fahrzeug-Farbwechsler

This commit is contained in:
2017-01-09 19:20:13 +00:00
parent d3802a6a02
commit 1798b8da29
8 changed files with 212 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
body {
padding: 50px 0;
padding: 50px 0 100px 0;
font-family: Verdana, Arial, sans-serif;
text-align: justify;
}
@@ -81,6 +81,29 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
display: none;
}
.car-color img:not(:first-of-type) {
display: none;
}
.car-color-thumbs img {
padding: 0 15px;
}
.thumbnail {
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.thumbnail .caption {
padding-left: 0;
padding-right: 0;
}
.caption {
text-align: left;
}
@media screen and (min-width: 768px) {
.subaru_logo {
margin-top: 12px;