diff options
Diffstat (limited to 'templates/install_welcome.tpl')
| -rw-r--r-- | templates/install_welcome.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install_welcome.tpl b/templates/install_welcome.tpl index f19dc5a..423a61b 100644 --- a/templates/install_welcome.tpl +++ b/templates/install_welcome.tpl @@ -1,6 +1,6 @@ {strip} <div class="row"> - <div class="span8"> + <div class="col-md-8"> <h1>Welcome to the Bitweaver Installer</h1> {if $gBitUser->isAdmin()} @@ -24,7 +24,7 @@ </div> {/form} </div> - <div class="span3"> + <div class="col-md-3"> <div class="aligncenter"><img src="{$smarty.const.INSTALL_PKG_URL}css/images/bitweaver_logo-trans.png" alt="logo" /></div> <ul> <li>free, gratis, and open source</li> |
