diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-16 00:29:43 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-08-16 00:29:43 +0200 |
commit | 399adf67b0ea76c3d1f10ed19734c2e1fed8fbfe (patch) | |
tree | 550b51cf58b2637becbd33231f2dbaff70e80678 /settings/templates | |
parent | 5a77b671479003f1181f47beabed13c87450ffab (diff) | |
parent | bd1895bdf8dff07bf9dc9803ce991e39daa52acc (diff) | |
download | nextcloud-server-399adf67b0ea76c3d1f10ed19734c2e1fed8fbfe.tar.gz nextcloud-server-399adf67b0ea76c3d1f10ed19734c2e1fed8fbfe.zip |
merge master into css-fixes
Diffstat (limited to 'settings/templates')
-rw-r--r-- | settings/templates/personal.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php index b9d9b09f5d0..7d677bdd455 100644 --- a/settings/templates/personal.php +++ b/settings/templates/personal.php @@ -4,7 +4,7 @@ * See the COPYING-README file. */?> -<div class="clientsbox"> +<div class="clientsbox center"> <h2><?php p($l->t('Get the apps to sync your files'));?></h2> <a href="<?php p($_['clients']['desktop']); ?>" target="_blank"> <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'desktopapp.png')); ?>" /> @@ -16,7 +16,7 @@ <img src="<?php print_unescaped(OCP\Util::imagePath('core', 'appstore.png')); ?>" /> </a> <?php if(OC_APP::isEnabled('firstrunwizard')) {?> - <center><a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again'));?></a></center> + <p class="center"><a class="button" href="#" id="showWizard"><?php p($l->t('Show First Run Wizard again'));?></a></p> <?php }?> </div> |