Skip to content

Commit 89af66d

Browse files
author
Ken Johnson
authored
Merge pull request #383 from presidentbeef/center_that_company_name
Center that company name
2 parents df1bae0 + a2aa0f1 commit 89af66d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

app/views/password_resets/forgot_password.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div class="row-fluid">
2-
<h2 align="center">MetaCorp</h2>
3-
<h3 align="center">A GoatGroup Company</h3>
42
<div class="span12">
53
<div class="row-fluid">
64
<div class="span4 offset4">
5+
<h2 align="center">MetaCorp</h2>
6+
<h3 align="center">A GoatGroup Company</h3>
77

88
<div class="signup">
99
<%= form_tag "forgot_password", :class=> "signup-wrapper" do %>
@@ -28,4 +28,4 @@
2828
</div>
2929
</div>
3030
</div>
31-
</div>
31+
</div>

app/views/password_resets/reset_password.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div class="row-fluid">
2-
<h2 align="center">MetaCorp</h2>
3-
<h3 align="center">A GoatGroup Company</h3>
4-
<div class="span12">
2+
<div class="span12">
53
<div class="row-fluid">
64
<div class="span4 offset4">
5+
<h2 align="center">MetaCorp</h2>
6+
<h3 align="center">A GoatGroup Company</h3>
77

88
<!-- TODO -->
99
<!-- Create a form that allows a user to reset their password -->

app/views/sessions/new.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
</script>
1616
</div>
1717
<div class="row-fluid">
18-
<h2 align="center">MetaCorp</h2>
19-
<h3 align="center">A GoatGroup Company</h3>
2018
<div class="span12">
2119
<div class="row-fluid">
2220
<div class="span4 offset4">
21+
<h2 align="center">MetaCorp</h2>
22+
<h3 align="center">A GoatGroup Company</h3>
2323

2424
<div class="signup">
2525
<%= form_tag "sessions", :class=> "signup-wrapper" do %>

0 commit comments

Comments
 (0)