Skip to content

Commit

Permalink
Only add a border to text input.
Browse files Browse the repository at this point in the history
This removes an issue where the trashcan icons on the profile page have
a border around them.
  • Loading branch information
LindseyB committed Mar 28, 2011
1 parent face850 commit 1d40b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/stylesheets/content.scss
Expand Up @@ -234,7 +234,7 @@ form#update-form {
margin: 0.5em 0em;
}

input {
input[type="text"] {
border: solid 1px #CCCCCC;
margin: 0.2em;
}
Expand Down

0 comments on commit 1d40b03

Please sign in to comment.