comparison themes/blog.mail-scanning.com/bubbles.css @ 270:6d4676b4f512

Added
author Steve Kemp <steve@steve.org.uk>
date Mon, 04 Aug 2008 20:08:08 +0100
parents
children
comparison
equal deleted inserted replaced
269:53c79b52862a 270:6d4676b4f512
1
2 /* Normal Bubble */
3 div.bubble {
4 width: auto;
5 font-size: 0.75em;
6 margin-bottom: 24px;
7 }
8
9 div.bubble blockquote {
10 margin: 0px;
11 padding: 0px;
12 border: 1px solid #c9c2c1;
13 background-color: #eee;
14 }
15
16 div.bubble blockquote p {
17 margin: 10px;
18 padding: 0px;
19 }
20
21 div.bubble cite {
22 position: relative;
23 margin: 0px;
24 padding: 7px 0px 0px 15px;
25 top: 6px;
26 background: transparent url(tip.gif) no-repeat 20px 0;
27 font-style: normal;
28 }
29