1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 04:38:27 +01:00

Featurebox Default Styling added.

This commit is contained in:
Cameron 2016-06-02 10:35:12 -07:00
parent 97f977511a
commit 6c3638fc48
2 changed files with 6 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class featurebox_shortcodes// must match the plugin's folder name. ie. [PLUGIN_F
*/
function sc_featurebox($parm=null, $mod = '')
{
e107::css('featurebox', 'featurebox.css');
if($parm == null && $mod == '') // ie {FEATUREBOX}
{
$type = vartrue(e107::getPlugPref('featurebox','menu_category'),'bootstrap_carousel');

View File

@ -0,0 +1,5 @@
.featurebox.carousel .carousel-inner {
height:460px;
overflow:hidden;
}