2.589
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 292: | Zeile 292: | ||
.included .specsBox .infos.text{ | .included .specsBox .infos.text{ | ||
padding-top:0; | padding-top:0; | ||
} | |||
.warnung::before { | |||
content: "Warnung"; | |||
background:url(/de/images/c/cb/Warning.png) no-repeat; | |||
background-position:center; | |||
background-size:100px auto; | |||
width:100px; | |||
height:100px; | |||
display:inline-block; | |||
color:rgba(0,0,0,0); | |||
float:left; | |||
margin-right:10px; | |||
} | |||
.warnung { | |||
font-weight:bold; | |||
font-size:200%; | |||
color:#ff0000; | |||
float:left; | |||
} | |||
.warnung::after { | |||
clear:both; | |||
} | } |