Skip to content

Instantly share code, notes, and snippets.

View sbrandwoo's full-sized avatar

Steve Brandwood sbrandwoo

View GitHub Profile
@sbrandwoo
sbrandwoo / dabblet.css
Created January 12, 2012 23:05
Untitled
input[type="email"] {
margin: 0;
padding: 5px;
border: 1px solid black;
border-right: none;
border-radius: 6px 0 0 6px;
font-size: 16px;
}
input[type="submit"] {
@sbrandwoo
sbrandwoo / dabblet.css
Created January 25, 2012 14:21
Untitled
ul {
list-style-type: none;
}
h1 {
border-top: 1px solid red;
border-bottom: 1px solid #fff;
border-radius: 5px 5px 0 0;
}
@sbrandwoo
sbrandwoo / dabblet.css
Created February 7, 2012 13:00
Untitled
ul {
list-style-type: none;
}
h1 {
border-top: 1px solid red;
border-bottom: 1px solid #fff;
border-radius: 5px 5px 0 0;
}
@sbrandwoo
sbrandwoo / dabblet.css
Created February 16, 2012 17:01
Untitled
ul {
list-style-type: none;
}
h1 {
border-top: 1px solid red;
border-bottom: 1px solid #fff;
border-radius: 5px 5px 0 0;
body {
height: 2000px;
}
.container {
margin: 0 auto;
width: 960px;
}
.jWinInnerWidth,
.jWinInnerHeight,