Einführung ThumbPages und Fahrzeug-Farbwechsler
This commit is contained in:
25
css/ahd.css
25
css/ahd.css
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user