Monday, January 19, 2009

Testing CSS For Code Tag

Just ignore this... I'm testing the CSS for my code.

.code{
width: 464px;
overflow: auto;
background: #f8f8f8;
border-right: 1px dashed #e6e6e6;
border-top: 1px dashed #e6e6e6;
border-bottom: 1px dashed #e6e6e6;
border-left: 4px solid #e6e6e6;
margin-left: 10px;
padding: 4px;
}

pre,code,tt {
font: 'Liberation Mono', 'lucida console', 'courier new', monospace;
line-height:1.5;
}