Skip to content

Commit e48e0ef

Browse files
committed
Remoção de formulário de contato com problema
1 parent 36664cf commit e48e0ef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h2>A Coderockr está pronta para dar um<br />show, entre em contato!</h2>
177177
<li class="clearfix"><a href="http://twitter.com/coderockr"><img src="/public/images/contact-twitter.jpg" width="39" height="40" alt="" /><span>@coderockr</span></a></li>
178178
</ul>
179179
</div>
180-
<div class="col1">
180+
<div class="col1" style="display: none;">
181181
<form action="#" method="post" id="contact-form">
182182
<fieldset>
183183
<ul>

public/styles/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -461,13 +461,13 @@ a.anchor{
461461
margin-bottom:40px;
462462
}
463463
#contact div.wrap div.col1, #contact div.wrap div.col2{
464-
width:45%;
465-
float:left;
464+
/*width:45%;
465+
float:left;*/
466466
margin-right:9%;
467467
}
468468
#contact div.wrap div.col2{
469469
margin-right:0;
470-
float:right;
470+
/*float:right;*/
471471
}
472472
#contact div.wrap div.col1 ul, #contact div.wrap div.col2 ul{
473473
list-style:none;

0 commit comments

Comments
 (0)