[TYPO3-german] Bootstrap Update auf 6.2.15 danach Probleme mit CSS/Less
Lutz Rothe
lutz at rothe.it
Sat Oct 31 16:21:59 CET 2015
Vielleicht hat ja jemand eine Idee.
Ich habe mit Hilfe von Less Gridelement formatiert.
Die entscheidene Stelle der Lessdatei sieht so aus:
....
[class*="col-sm-6"] {
padding: 0px;
margin: 0px;
}
.ng1, .ng2, .ng3, .ng4 {
background-image: url(../../../../fileadmin/Bilder/Verlauf.png);
background-size:cover;
background-position: 0 0;
background-repeat: repeat-y;
}
.....
Bei der Bootstrap Version 6.2.13 funktioniert alles einwandfrei.
Wenn man sich die Elementinfo im Browser anzeigen lässt kommt folgendes:
<div class="col-sm-6 ng1"> etc.,
wie es sein sollte und die Formatierung geht.
Bei der Bootstrap Version 6.2.15 fsteht aber nur
Wenn man sich die Elementinfo im Browser anzeigen lässt kommt folgendes:
<div class="col-sm-6"> etc.,
und da funktioniert natürlich nicht die Anpassung.
Hat jemand eine Idee woran das liegt?
Vielen Dank im Voraus für die Hilfe
Lutz
More information about the TYPO3-german
mailing list