summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/wizard.php
diff options
context:
space:
mode:
authorColin Fleming <cj_fleming@sky.com>2015-12-19 22:29:14 +0000
committerColin Fleming <cj_fleming@sky.com>2015-12-19 22:29:14 +0000
commitb77cef66ac057d84804c60e9df9cf5c4561c0465 (patch)
tree210446baacf5dc2790560df2f887b43627bbabb7 /src/usr/local/www/wizard.php
parent72eaefaf1fc991d5949daadbac5ae50ed1d3ad5f (diff)
downloadpfsense-b77cef66ac057d84804c60e9df9cf5c4561c0465.zip
pfsense-b77cef66ac057d84804c60e9df9cf5c4561c0465.tar.gz
Use Bootstraps text alignment classes
As per "http://getbootstrap.com/css/#type-alignment", use CLASS statement instead in inline STYLE statement (much tidier)
Diffstat (limited to 'src/usr/local/www/wizard.php')
-rw-r--r--src/usr/local/www/wizard.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/wizard.php b/src/usr/local/www/wizard.php
index a1f0381..8729030 100644
--- a/src/usr/local/www/wizard.php
+++ b/src/usr/local/www/wizard.php
@@ -454,7 +454,7 @@ $completion = ($stepid == 0) ? 0:($stepid * 100) / ($totalsteps -1);
?>
<!-- Present the pfSense logo -->
-<div style="text-align:center"><p><a href="<?=$ip?>"><img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" /></a></p></div><br /><br/>
+<div class="text-center"><p><a href="<?=$ip?>"><img border="0" src="logo-black.png" alt="logo-black" align="middle" height="45" width="180" /></a></p></div><br /><br/>
<!-- Draw a progress bar to show step progress -->
<div class="progress">
OpenPOWER on IntegriCloud