Code: Select all
#images163.carousel { height:auto; }
#images163.carousel .item { height:auto; }
#images163 .carousel-inner > .item > img { height:auto; /* width:100%; height:auto; display:inline-block; */ }
Code: Select all
#images163.carousel { height:auto; }
#images163.carousel .item { height:auto; }
#images163 .carousel-inner > .item > img { height:auto; /* width:100%; height:auto; display:inline-block; */ }
Code: Select all
.carousel-inner > .item > img {
position: relative; top:0; left:0; min-width:100%; }
Code: Select all
$template_default['attributes'] = array(
'navlist-bs-dropdown-data' => 'data-toggle="dropdown"',
//'navlist-bs-dropdown-caret' => ' <b class="caret"></b>',
'cpgroup' => 'data', // data = <span>, href = <a>
'cpgroup_custom' => array(
'bs-row-container' => array( // No underscore allowed here for group index!!!
'title' => 'Bootstrap Container/Row',
'prefix' => '<div class="container"><div class="row">',
'suffix' => '</div></div>'
),
'bs-row' => array( // No underscore allowed here for group index!!!
'title' => 'Bootstrap Row',
'prefix' => '<div class="row">',
'suffix' => '</div>'
)
)
);
Code: Select all
'bs-col-12-6-4' => array (
'title' => 'bootstrap col-xs12-sm6-md4 kein-rahmen',
'prefix' => '<div class="col-xs-12 col-sm-6 col-md-4 kein-rahmen">',
'suffix' => '</div>'
),
Code: Select all
[class*="col-"].extra-klasse {
background-color: transparent;
margin: 10px 0 0 0;
border: 0px;
border-top: 1px solid #ddd;
}
Code: Select all
[UNTEN_02]<div class="row"><div class="col-xs-12 unten-02">{UNTEN_02}</div></div>[/UNTEN_02]