Skip to content

Instantly share code, notes, and snippets.

View ralgh's full-sized avatar

Ralph Hansell ralgh

  • Acxiom
  • Portsmouth, NH
View GitHub Profile
/**
* test 1
*/
.query{
display: inline-block;
height: 10px;
padding:0;
}
.col1{
@ralgh
ralgh / dabblet.css
Created December 29, 2011 19:01
Just a container to set the width and positioning of tabs block
.container{
/* Just a container to set the width and positioning of tabs block */
margin:2em auto 0;
position:relative;
width:80%;
}
.reset{
/* just the reset link. Nothing to see here */
background:pink;
display: inline-block;
@ralgh
ralgh / dabblet.css
Created December 29, 2011 17:31
Just a container to set the width and positioning of tabs block
.container{
/* Just a container to set the width and positioning of tabs block */
margin:2em auto 0;
position:relative;
width:80%;
}
.reset{