view themes/blog.steve.org.uk/bubbles.css @ 130:3f03362025b0

Added.
author Steve Kemp <steve@steve.org.uk>
date Thu, 20 Dec 2007 11:51:25 +0000
parents
children 7a05117f1bc3
line wrap: on
line source


/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(tip.gif) no-repeat 20px 0;
	font-style: normal;
}