Commit 0fe1ad66e9d41a5c858e2d41af436e873634a0ce

Authored by Valessio Brito
1 parent bc533458

Fixando label no textarea do mural

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
style.css
... ... @@ -18,6 +18,8 @@ p {
18 18 padding-left: 20px;
19 19 }
20 20  
  21 +#profile-wall #leave_scrap textarea { float: left; }
  22 +
21 23 /* Main style page */
22 24 body {
23 25 background: #FFF;
... ...