meteor-factory / meteor-admin-lte

23 stars 34 forks source link

Problem with page footer. #22

Open thearabbit opened 8 years ago

thearabbit commented 8 years ago

My page footer

2016-03-13_16-07-02

<template name="AdminLTELayout">
    {{#AdminLTE skin='blue' sidebarMini=true}}
        <!-- Site wrapper -->
        <div class="wrapper">
           <header class="main-header">.........

            <aside class="main-sidebar">..........

            <div class="content-wrapper">............

             <footer class="main-footer">
                <div class="pull-right hidden-xs">
                    <b>Version</b> 2.3.0
                </div>
                <strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong>All rights reserved.</footer>

        </div>