Skip to content

Instantly share code, notes, and snippets.

@coxandrew
Created June 28, 2011 14:55
Show Gist options
  • Save coxandrew/1051308 to your computer and use it in GitHub Desktop.
Save coxandrew/1051308 to your computer and use it in GitHub Desktop.
h3 {
background: #efefef;
border: 1px solid #ccc;
padding: 1em;
width: 600px;
}
.filter_text {
float: left;
line-height: 30px;
margin-right: 10px;
}
h3 form {
float: left;
background: pink;
}
input[type=submit] {
border: 1px solid #ccc;
height: 30px;
background: #000;
color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment