diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2014-05-23 11:50:47 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2014-05-23 11:50:47 -0400 |
| commit | 6c9111424d105324725b624e813c87873f1fa9ad (patch) | |
| tree | a6f3aa3767b67bad4a1e0a7548c4960f3152b627 | |
| parent | d04dbee178829d76708b2f7690e38d8ae61c9f01 (diff) | |
| download | install-6c9111424d105324725b624e813c87873f1fa9ad.tar.gz install-6c9111424d105324725b624e813c87873f1fa9ad.tar.bz2 install-6c9111424d105324725b624e813c87873f1fa9ad.zip | |
bootstrap3
| -rw-r--r-- | templates/install.tpl | 2 | ||||
| -rw-r--r-- | templates/install_welcome.tpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/install.tpl b/templates/install.tpl index f008405..9448048 100644 --- a/templates/install.tpl +++ b/templates/install.tpl @@ -66,7 +66,7 @@ <div class="container"> <section class="row maincontent"> - <div class="span12"> + <div class="col-md-12"> {include file=$install_file} </div> <section> 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> |
