Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 599457b

Browse files
committed
Fix: registration page formatting
1 parent b8e1f38 commit 599457b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/default/user.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h4>Course IDs for open courses</h4>
173173
{{if (request.args(0) == 'register'): }} <!-- register page -->
174174
{{if not settings.lti_only_mode:}}
175175
<div id="registration_div">
176-
<div class="col-md-6 col-sm-12 col-xs-12">
176+
<div class="col-md-6 col-sm-6 col-xs-6">
177177
<h2>Runestone Registration</h2>
178178
<div id="web2py_user_form">
179179
<script type="text/javascript">
@@ -289,7 +289,7 @@ <h2>Runestone Registration</h2>
289289
</div> <!-- end form div -->
290290
</div>
291291
</div> <!-- end register div -->
292-
<div class="col-md-6 col-sm-12 col-xs-12">
292+
<div class="col-md-6 col-sm-6 col-xs-6">
293293
<h4>Registration Hints</h4>
294294
<p>In the field for the <strong>Course Name</strong> please use the course name your instructor gave you. Or...</p>
295295
<p> If you are an <strong>instructor</strong> registering for the first time OR an <strong>independent learner</strong> use one of the following for our open, public courses.</p>

0 commit comments

Comments
 (0)