summary refs log tree commit diff stats
path: root/theme/css/bubbles.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css/bubbles.css')
-rwxr-xr-xtheme/css/bubbles.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/theme/css/bubbles.css b/theme/css/bubbles.css index 2e56fb0..68a3cc4 100755 --- a/theme/css/bubbles.css +++ b/theme/css/bubbles.css
@@ -8,16 +8,18 @@
8 8
9div.module + cite { 9div.module + cite {
10 position: relative; 10 position: relative;
11 top: -1em; 11 top: -0.15em;
12 left: 0.2em;
12 margin: 0; 13 margin: 0;
13 padding: 7px 0px 0px 15px; 14 padding: 15px 0px 0px 15px;
14 background: transparent url(/theme/images/tip.gif) no-repeat 20px 0; 15 background: transparent url(/theme/images/tip.gif) no-repeat 20px 0;
15 font-style: normal; 16 font-style: normal;
16 font-size: small; 17 font-size: small;
17} 18}
18 19
19div.module.unrounded + cite { 20div.module.unrounded + cite {
20 top: -0.9em; 21 top: -0.5em;
22 padding-top: 10px;
21} 23}
22 24
23div.module.bquote + cite { 25div.module.bquote + cite {