mirror of
https://github.com/e107inc/e107.git
synced 2025-08-31 02:00:14 +02:00
Issue #2970 Bootstrap 3 pull-left/right combined with Bootstrap 4 float-left/right. News Email/Print icon default styles added.
This commit is contained in:
@@ -22,7 +22,7 @@ $sc_style['CPAGESUBTITLE|default']['post'] = '</h2>';
|
||||
$sc_style['CPAGEMESSAGE|default']['pre'] = '';
|
||||
$sc_style['CPAGEMESSAGE|default']['post'] = '<div class="clear"><!-- --></div>';
|
||||
|
||||
$sc_style['CPAGENAV|default']['pre'] = '<div class="f-right pull-right col-md-3">';
|
||||
$sc_style['CPAGENAV|default']['pre'] = '<div class="f-right pull-right float-right col-md-3">';
|
||||
$sc_style['CPAGENAV|default']['post'] = '</div>';
|
||||
|
||||
#### default template - BC ####
|
||||
|
Reference in New Issue
Block a user