Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-07-02 01:47:59 +0400
committerkondou <kondou@ts.unde.re>2013-07-09 18:08:32 +0400
commit4818e0062e5444a9b657a30001b6dbaca44413c7 (patch)
tree5c3c80992bb61f048448fb76f488b34cd9ffb8a3 /settings/templates
parentf8dae11a23784bc9ebdef67511934630e46f870b (diff)
General CSS cleanup
Diffstat (limited to 'settings/templates')
-rw-r--r--settings/templates/personal.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/personal.php b/settings/templates/personal.php
index d4396407525..e6d43a430fd 100644
--- a/settings/templates/personal.php
+++ b/settings/templates/personal.php
@@ -6,7 +6,7 @@
<?php $defaults = new OC_Defaults(); // initialize themable default strings and urls ?>
-<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')); ?>" />
@@ -18,7 +18,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>