improve layout

This commit is contained in:
Joey Hess 2012-10-31 16:23:02 -04:00
parent 33dbb19d99
commit 4b55761a79

View file

@ -7,7 +7,7 @@
The server #{sshHostName sshdata} has been verified to be usable. The server #{sshHostName sshdata} has been verified to be usable.
$if not (rsyncOnly sshdata) $if not (rsyncOnly sshdata)
<p> <p>
You have two options for how to use the server. You have two options for how to use the server:
<p> <p>
<a .btn .btn-primary href="@{MakeSshGitR sshdata}" onclick="$('#setupmodal').modal('show');"> <a .btn .btn-primary href="@{MakeSshGitR sshdata}" onclick="$('#setupmodal').modal('show');">
Use a git repository on the server Use a git repository on the server
@ -15,6 +15,8 @@
All your data will be uploaded to the server. If you set up other # All your data will be uploaded to the server. If you set up other #
devices to use the same server, they will all be kept in sync, # devices to use the same server, they will all be kept in sync, #
using the server as a central hub. # using the server as a central hub. #
<p style="text-align: center">
-or-
<p> <p>
<a .btn .btn-primary href="@{MakeSshRsyncR sshdata}" onclick="$('#setupmodal').modal('show');"> <a .btn .btn-primary href="@{MakeSshRsyncR sshdata}" onclick="$('#setupmodal').modal('show');">
Use an encrypted rsync repository on the server Use an encrypted rsync repository on the server