comparison 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
comparison
equal deleted inserted replaced
129:613ad3447729 130:3f03362025b0
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: #fff;
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