Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

Commit

Permalink
Style tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Dec 5, 2010
1 parent 53c4a94 commit 84b00a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/people/import.html.erb
@@ -1,4 +1,4 @@
<h1><%= t('import.import_people') %></h1>
<h2><%= t('import.import_people') %></h2>

<%= form_tag({}, :method => 'post', :multipart => true) do %>
<p>
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/style.scss
Expand Up @@ -126,7 +126,7 @@ a {
color: $secondary;
}
}
input, textarea {
input[type=""], input[type=text], input[type=password], textarea {
border: 1px solid $light - 20;
padding: 6px;
@include curve(4px);
Expand Down

0 comments on commit 84b00a4

Please sign in to comment.