Skip to content

Commit

Permalink
Fixed IE6 issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Griffin committed Feb 23, 2009
1 parent f46e05b commit 3c4526b
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions public/stylesheets/ie.css
@@ -1,5 +1,22 @@
/* IE6, oh how I hate thee. */

.wrapper * {
border: 1px solid pink;
#app_content #url {
width: 680px;
}

input#link_website_url {
width: 560px;
}

input.go,
input.copy {
background: #630000;
border: 1px solid #8a0000;
border-bottom: 2px solid #8a0000;
border-right: 2px solid #8a0000;
color: #fff;
float: right;
font-size: 20px;
margin: 0;
padding: 13px;
}

0 comments on commit 3c4526b

Please sign in to comment.