Skip to content

Instantly share code, notes, and snippets.

@Pfenya
Pfenya / dabblet.css
Created June 8, 2012 12:14
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.arrow-right {
display:inline-block;
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 0 20px 20px;
.entry-meta {width:100%;height:40px;background:#d8d8d8;position:relative;z-index:1;}
.entry-meta span {margin-top:5px;}
.meta-info {margin-left:20px;}
.entry-meta .meta-prep {background:url(images/blog-icons.png)top left no-repeat;width:32px;height:32px;margin-left:30px;display:inline-block}
.entry-meta .meta-sep {
background:url(images/blog-icons.png) -48px top no-repeat;
width:32px;
height:32px;display:inline-block}