Skip to content

Commit

Permalink
update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuni committed Dec 19, 2013
1 parent 34e9d3f commit 08c1a4a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
4 changes: 0 additions & 4 deletions assets/css/main.css.sass
Expand Up @@ -11,10 +11,6 @@ header
margin-top: 10px
input
text-align: center
font-size: 20px
height: 30px
#submit_button
height: 40px
footer
position: absolute
bottom: 10px
Expand Down
13 changes: 8 additions & 5 deletions views/index.slim
Expand Up @@ -12,14 +12,17 @@ html
body
a href="https://github.com/zakuni/machiawase"
img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"
div.container
.container
header
h1 街合わせ
section.main
form class=".places form-inline" action="/rendezvous" method="post" name="form1"
input#form1 type="text" name="text"
input#submit_button class="btn" type="submit" value="待ち合わせる"
input#form2 type="text" name="text2"
form.places.form-inline action="/rendezvous" method="post" name="form1"
.form-group
input#form1.form-control type="text" name="text"
.form-group
input#submit_button.btn.btn-info type="submit" value="待ち合わせる"
.form-group
input#form2.form-control type="text" name="text2"
footer
div class="ninja_onebutton"
javascript:
Expand Down

0 comments on commit 08c1a4a

Please sign in to comment.