File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1>Not Found</h1>
20
20
21
21
< template name ="welcome ">
22
22
< h1 class ="text-center "> Welcome to Meteor-RSS</ h1 >
23
- < p class ="text-center "> Please Sign In at top right </ p >
23
+ < p class ="text-center "> Please Sign In</ p >
24
24
{{> login}}
25
25
< br />
26
26
< p class ="text-center "> Copyright (c) 2013 < a href ="http://davidbeath.com "> David Beath</ a > </ p >
Original file line number Diff line number Diff line change 3
3
< p id ="notify "> </ p >
4
4
</ div >
5
5
< form id ="login-form " action ="action ">
6
- < div >
7
- < input type ="email " id ="login-email "/>
8
- < input type ="password " id ="login-password "/>
9
- < input type ="submit " id ="login-button " value ="Sign in "/>
6
+ < div class ="row ">
7
+ < div class ="large-4 columns large-centered text-center ">
8
+ < input type ="email " placeholder ="email " id ="login-email "/>
9
+ < input type ="password " placeholder ="password " id ="login-password "/>
10
+ < input type ="submit " id ="login-button " class ="button " value ="Sign in "/>
11
+ </ div >
10
12
</ div >
11
13
</ form >
12
14
</ template >
You can’t perform that action at this time.
0 commit comments